Re: Re: Reverse video

2011-12-27 Thread Raghavendra D Prabhu
* On Tue, Dec 27, 2011 at 06:38:04PM -0200, Tiago Resende wrote: On Wednesday, 2011-12-28, at 00:21:55 +0530, Raghavendra D Prabhu wrote: The reverse-video seems to be broken with tmux. I tried with rxvt-unicode, tmux and TERM=screen-256color that reverse-video as seen in search highlighting i

Re: Reverse video

2011-12-27 Thread Tiago Resende
On Wednesday, 2011-12-28, at 00:21:55 +0530, Raghavendra D Prabhu wrote: > The reverse-video seems to be broken with tmux. I tried with > rxvt-unicode, tmux and TERM=screen-256color that reverse-video as > seen in search highlighting in less,man etc is not working. > I updated my tmux after sometim

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

2011-12-27 Thread marcel partap
On 24/12/11 09:27, Nicholas Marriott wrote: Yes, not intended. Fix applied, thanks! Uhhm.. well. Rerolled my previous patch (and converted the time_diff function into a #MACRO). Another one here, don't exit mouse-mode for mode-mouse=copy-mode when reaching bottom. #regards/marcel. --- input-ke

Reverse video

2011-12-27 Thread Raghavendra D Prabhu
Hi, The reverse-video seems to be broken with tmux. I tried with rxvt-unicode, tmux and TERM=screen-256color that reverse-video as seen in search highlighting in less,man etc is not working. I updated my tmux after sometime so I may be noticing this late. Is this a bug or is there a workaroun

Re: tmux does not support "save pos" escape code

2011-12-27 Thread Nicholas Marriott
I've added s and u, but I still recommend you use the vt100 sequences because they are much more likely to be supported. On Mon, Dec 26, 2011 at 03:31:44PM -0200, Denilson Figueiredo de S?? wrote: > I got from Wikipedia: > http://en.wikipedia.org/wiki/ANSI_escape_code > > Yeah, not exactly the p

Re: [PATCH] capture-pane -S/-E: accept wider range

2011-12-27 Thread Nicholas Marriott
Yes, I think this is fine. Applied, thanks. On Wed, Dec 21, 2011 at 03:59:39PM -0600, Chris Johnsen wrote: > A pane can potentially have up to INT_MAX lines of history (limited > via "history-limit"), but "capture-pane" only accepts values down to > SHRT_MIN for its "-E" and "-S" options. > > To

Re: [PATCH] list-keys: clear flags[] for flagless bindings

2011-12-27 Thread Nicholas Marriott
Good catch. Applied, thanks! On Wed, Dec 21, 2011 at 04:03:18PM -0600, Chris Johnsen wrote: > The flags[] buffer should be reset for all "flagless" bindings (i.e. > those without their no-prefix or repeat "bits" set). Without this > reset, such "flagless" bindings would be displayed with the fla