Re: PATCH: cmd-paste-buffer - synchronize-panes fix

2012-05-25 Thread Nicholas Marriott
Hmm. I'm not sure about this - no other commands are affected by synchronize-panes (not even send-keys). I kind of like that paste doesn't work, it's useful to be able to send something to a one pane without turning the option off. On Sat, May 26, 2012 at 12:22:39AM -0400, Bertrand Janin wrote: >

Re: set-option quiet flag? set -gq [option]

2012-05-25 Thread Nicholas Marriott
The online man page is ahead of 1.6, it's not in 1.6 or the 1.6 man page. It'll be in 1.7. On Fri, May 25, 2012 at 11:40:48AM -0700, bvector wrote: >In the man page for set-option, there is a -q flag to suppress messages. >This doesn't seem to be available in 1.6-2~bpo60+1 or the previous

PATCH: cmd-paste-buffer - synchronize-panes fix

2012-05-25 Thread Bertrand Janin
Hey, Looks like paste-buffer does not work across all panes when synchronize-panes is on, this patch attempts to fix this (also attached): https://github.com/tamentis/tmux/commit/10dff02baba3b11023cb4226ec6826d478e8e5e1 -b diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c index e2fe012..

set-option quiet flag? set -gq [option]

2012-05-25 Thread bvector
In the man page for set-option, there is a -q flag to suppress messages. This doesn't seem to be available in 1.6-2~bpo60+1 or the previous 1.6-1 that I was using. Was this option removed? I'm running some scripts that change the prefix and set the color of the status bar when I'm in certain windo

Re: zsh double star (**) in tmux command string does not match

2012-05-25 Thread Nicholas Marriott
Setting default-shell should work, are you sure you set it properly? Make sure you either set it inside the running tmux or restart tmux entirely to reload the config. On Fri, May 25, 2012 at 03:48:35PM +0100, Thomas Adam wrote: > On Fri, May 25, 2012 at 04:22:26PM +0200, Dennis G?nnewig wrote: >

Re: zsh double star (**) in tmux command string does not match

2012-05-25 Thread Thomas Adam
On Fri, May 25, 2012 at 04:22:26PM +0200, Dennis Günnewig wrote: > > Dear mailinglist, > > I tried to use the zsh double star "**" (recursive match) in a tmux > command string, but it does not match correctly. The same command + > "**" works without tmux. Any idea why this doesn't work? Which

zsh double star (**) in tmux command string does not match

2012-05-25 Thread Dennis Günnewig
Dear mailinglist, I tried to use the zsh double star "**" (recursive match) in a tmux command string, but it does not match correctly. The same command + "**" works without tmux. Any idea why this doesn't work? Which shell is used to interpret the command: sh, default-shell, $SHELL? My gues

Re: Movement when block selecting is weird

2012-05-25 Thread Thomas Adam
Hi, On Wed, May 23, 2012 at 11:34:52AM -0400, Ben Boeckel wrote: > Hi, > > When making a block selection, it appears as though the x position is > not properly remembered when '$' is used. This is related to this change: commit c87e6bb9218cabee91cbc58be850f56bd65e11af Author: tcunha Date: Su

Re: tmux slow in changing the window

2012-05-25 Thread Nicholas Marriott
You will always see this, they come down the same channel. Fiddling with the c0-* options can make it more responsive, but if you make them too aggressive it will slow down normal output. On Fri, May 25, 2012 at 02:37:16PM +0530, Sinbad wrote: >On Tue, May 15, 2012 at 12:23 PM, Thomas Adam <[

Re: tmux slow in changing the window

2012-05-25 Thread Thomas Adam
On Fri, May 25, 2012 at 02:37:16PM +0530, Sinbad wrote: > On Tue, May 15, 2012 at 12:23 PM, Thomas Adam wrote: > > > Rate limiting support to help with this problem, was added to tmux > > recently. Again, you'll need to use svn, something you seem reluctant to do? > > > > -- Thomas Adam > > > >

Re: tmux slow in changing the window

2012-05-25 Thread Sinbad
On Tue, May 15, 2012 at 12:23 PM, Thomas Adam wrote: > Rate limiting support to help with this problem, was added to tmux > recently. Again, you'll need to use svn, something you seem reluctant to do? > > -- Thomas Adam > I've updated to the latest code but i'm still seeing some time lag in chan