Re: Mouse-mode in Linux framebuffer console

2012-10-04 Thread Thomas Adam
On 4 October 2012 20:39, John Magolske wrote: > Hi, > > I'm trying to get mouse-mode to work when running tmux in the Linux > framebuffer console. In my ~/.tmux.conf there is this: > > setw -g mode-mouse on > set -g mouse-select-pane on > set -g mouse-resize-pane on > set -g mouse-

Mouse-mode in Linux framebuffer console

2012-10-04 Thread John Magolske
Hi, I'm trying to get mouse-mode to work when running tmux in the Linux framebuffer console. In my ~/.tmux.conf there is this: setw -g mode-mouse on set -g mouse-select-pane on set -g mouse-resize-pane on set -g mouse-select-window on And I can indeed select & resize panes with t