Re: patch for mapping 16 color palettes to 256 colors

2011-12-24 Thread Nicholas Marriott
Hi Thanks. It looks like you managed to somehow gzip your .tar.gz twice... Can you send this as a unified diff against the source rather than a set of files? To do this, either checkout the Subversion source from SourceForge, modify it (in trunk/) and do "svn diff" (after using "svn add" on new

Re: [PATCH] Ignore status line clicks for mouse-select-pane

2011-12-24 Thread Nicholas Marriott
Yes, not intended. Fix applied, thanks! On Tue, Dec 20, 2011 at 07:37:55PM +0100, Romain Francoise wrote: > Hi, > > When mouse-select-pane and mouse-select-window are both enabled, clicking > on the status line to select another window also changes the current pane > of the active window to the

Re: Confusion about window names and pane titles

2011-12-24 Thread Nicholas Marriott
On Mon, Dec 19, 2011 at 04:00:28PM -0800, Felix Rosencrantz wrote: > Looks pretty good, I have four small issues: > > 1) automatic-rename is also turned off by setting window name via > escape sequence, which is not spelled out, anywhere in the man page, > and this is what actually was biting me o

Re: [tmux-users] Re: Please please please fix the buffering issue.

2011-12-24 Thread Nicholas Marriott
Hi Here is a new diff with a window option (rate-limit, 0 is off) and man page bits. I'd like to be able to fix this in a way where we can turn it on by default but I don't want to do it now. Even with rate-limit of 100K, running "top" is visibly slower than with rate-limit disabled. I don't thi