Re: use "--" to mark start of command w/ neww etc to avoid quoting

2014-05-08 Thread Nicholas Marriott
This looks good, it needs to go in the man page, but I'm not sure where... any ideas? On Fri, Apr 25, 2014 at 01:37:50PM -0500, J Raynor wrote: > Sorry, I made an off-by-one error in cmd_stringify_argv. I've > attached a new patch. > > > On Thu, Apr 24, 2014 at 5:42 PM, J Raynor wrote: > >> O

Re: patch for internal title stack

2014-05-08 Thread Nicholas Marriott
Hmm - I think I just saw this somewhere and added it to TODO more with the idea we should use it outside than provide it inside, I don't think anybody actually asked for it. I'm not convinced this is a feature we need to lead the way on providing, it doesn't seem that anybody is asking for it. If

Re: m->scroll in choose-*: set to 1 by default?

2014-05-08 Thread Nicholas Marriott
Applied a variation of this, thanks On Fri, Apr 18, 2014 at 02:45:39PM +0200, Marcel Partap wrote: > > Assuming the one on 11/04 is the MASK diff, I replied to it already and > > it is not going in. > No, is not. It's the attached one. > > > Your other diffs don't really have enough explanation,

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-05-08 Thread Nicholas Marriott
Applied, but without the shift part. On Fri, Apr 25, 2014 at 12:20:12PM +0200, Marcel Partap wrote: > > I am still not convinced by this, I don't need more tests, I need good > > reasons why we should do this - what is it useful for apart from > > scrolling in less? Why shouldn't this be done in

[tmux:tickets] #129 Re-enable building on RHEL5

2014-05-08 Thread Timothy Allen
--- ** [tickets:#129] Re-enable building on RHEL5** **Status:** open **Created:** Thu May 08, 2014 06:39 AM UTC by Timothy Allen **Last Updated:** Thu May 08, 2014 06:39 AM UTC **Owner:** nobody Some of us are stuck on old OSs like RHEL5 for at least a little longer. The current tmux build s

[tmux:tickets] #128 Do not send scroll-wheel release events to clients.

2014-05-08 Thread Timothy Allen
--- ** [tickets:#128] Do not send scroll-wheel release events to clients.** **Status:** open **Created:** Thu May 08, 2014 06:31 AM UTC by Timothy Allen **Last Updated:** Thu May 08, 2014 06:31 AM UTC **Owner:** nobody xterm and other terminal emulators (like modern gnome-terminal) just send

[tmux:tickets] #127 Don't discard colour8 in the 256 colour palette.

2014-05-08 Thread Timothy Allen
--- ** [tickets:#127] Don't discard colour8 in the 256 colour palette.** **Status:** open **Created:** Thu May 08, 2014 05:30 AM UTC by Timothy Allen **Last Updated:** Thu May 08, 2014 05:30 AM UTC **Owner:** nobody tmux's internal representation of a terminal cell's colour depends on how it

kill-window seems over eager

2014-05-08 Thread David Chelimsky
I've got a bash script with a function that opens a number of windows, killing them first to avoid creating more than one of the same window: tmux kill-window -t "${TMUX_SESSION}:${name}" tmux new-window -k -n "$name" -t "${TMUX_SESSION}" "$cmd" This function gets called with names like "Project

Re: kill-window seems over eager

2014-05-08 Thread Nicholas Marriott
Yes, that's how it works. It was meant for convenience but it's probably not that useful. Still, it's there now. It'd be nice to have an exact-match-only flag or something but at the moment you can use the window id - something like: x=$(tmux lsw -F'#{window_id},#{window_name}'|awk -F, '/,Project

Re: kill-window seems over eager

2014-05-08 Thread David Chelimsky
Thanks, Nicholas. Very helpful. On Thu, May 8, 2014 at 8:57 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Yes, that's how it works. It was meant for convenience but it's probably > not that useful. Still, it's there now. > > It'd be nice to have an exact-match-only flag or someth

Re: use "--" to mark start of command w/ neww etc to avoid quoting

2014-05-08 Thread J Raynor
I've attached a patch that just updates the man page. If this patch is acceptable, let me know if you would like this combined with the patch for the code into a single patch. On Thu, May 8, 2014 at 2:41 AM, Nicholas Marriott wrote: > This looks good, it needs to go in the man page, but I'm not