I'm fairly well acquainted with the mouse options for tmux:
set-option -g mouse-select-pane on set-option -g mouse-resize-pane
on set-option -g mouse-select-window on set-window-option -g
mode-mouse on
I'm also aware that pressing -mouse while the above are turned
on will cause the mouse actio
Hi Matthias,
Matthias Lederhofer writes:
> Is it easily possible to disable this feature for new sessions, i.e. by
> putting something in the tmux.conf?
I'm not sure what you're asking. If you want to disable the feature for
any sessions created in your config file, then you can just set
defaul
Please send output of "tmux info".
On Mon, Dec 12, 2011 at 10:40:38PM -0600, Roger Floyd wrote:
>I'm having trouble getting tmux to display lines for borders. They are
>being created with x and q. It's a debian squeeze server and the locale is
>set to en_US UTF8. I also tried adding
>
On 06/12/11 09:06, Nicholas Marriott wrote:
I guess ncurses just do this with a queue and consuming them into to
build a mask which you could probably do too, but I'd have to go poke
around in the ncurses code to see for sure.
that's a good idea btw. Here.. will look later. #best
/**
I'm having trouble getting tmux to display lines for borders.
They are being created with x and q. It's a debian squeeze server and
the locale is set to en_US UTF8. I also tried adding
# instructs tmux to expect UTF-8 sequences
setw -g utf8 on
set -g status-utf8 on
lines to .tmux.