Key modifier for mouse mode

2011-12-13 Thread Dustin Kirkland
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

Re: [PATCH] New option to get cwd of new windows from active window

2011-12-13 Thread Romain Francoise
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

Re: border display problem

2011-12-13 Thread Nicholas Marriott
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 >

Re: Mouse-resize-pane and mode-mouse issues

2011-12-13 Thread marcel partap
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 /**

border display problem

2011-12-13 Thread Roger Floyd
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.