Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-07-08 Thread Marcel Partap
.. Ok then how about supporting both in code, while changing the man page to 'mouse-copy-mode' ? #regards... -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat lan

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-07-08 Thread Nicholas Marriott
Hi I don't much like mode-mouse as a name but now that it's there, I'm not sure we should just rename it and I don't think it's important enough to add translation table or whatever. On Sun, Jul 08, 2012 at 07:10:00PM +0200, Marcel Partap wrote: > > But I'm not clear what is what - can you send

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-07-08 Thread Marcel Partap
> But I'm not clear what is what - can you send me any diffs that are > finished and working with an explanation of what they do? Yes sure, will rebase and polish my queue... The mouse behaviour patches touch lines containing the 'mode-mouse' variable for which I posted a patch to rename it: > - mo

[PATCH V2 1/1] Further choose-tree improvements

2012-07-08 Thread Thomas Adam
Per NicM's suggestions this patch: * Reimplements -F for choose-{window,session}, and makes the old syntax the default, which means configs won't have to change. * -s and -w to choose-tree are now the session/window flags. -SW are for formatting. * No more ACS drawing, the tree is rendered

Re: [PATCH 1/2] Add the choose-tree command

2012-07-08 Thread Thomas Adam
Hi, On 8 July 2012 09:04, Nicholas Marriott wrote: > Hi > > I like this, just a few things: > > - I think choose-session and choose-window should look unchanged, no > extra flags - you can just convert format from -F. Done. > - The flags should be -w and -s and the formats -W and -S. I think

[PATCH 1/1] Further choose-tree improvements.

2012-07-08 Thread Thomas Adam
Per NicM's suggestions this patch: * Reimplements -F for choose-{window,session}, and makes the old syntax the default, which means configs won't have to change. * -s and -w to choose-tree are now the session/window flags. -SW are for formatting. * Moved #define's from tty.c to tmux.h to al

Re: [PATCH 1/1] Add FAQ entry about tmux default values

2012-07-08 Thread Nicholas Marriott
Good idea although the text could be simplified (when does a sane number become insane? ;-). How about just something like: -- Show the default session options by starting a new tmux server with no configuration file: $ tmux -Lfoo -f/dev/null start\; show -g Or window options: $

Re: [PATCH 1/2] Add the choose-tree command

2012-07-08 Thread Nicholas Marriott
Hi I like this, just a few things: - I think choose-session and choose-window should look unchanged, no extra flags - you can just convert format from -F. - The flags should be -w and -s and the formats -W and -S. I think this matches set-option more closely. - If I give -w I want windows,

Re: [PATCH v2 2/2] Clear WINLINK_ALERTFLAGS across all sessions

2012-07-08 Thread Nicholas Marriott
Applied, thanks. On Wed, Jun 20, 2012 at 09:15:25AM +0100, Thomas Adam wrote: > Hi, > > On Sun, Jun 17, 2012 at 07:20:08PM +0100, Thomas Adam wrote: > > +/* Clear alert flags for a winlink */ > > +void > > +winlink_clear_flags(struct winlink *wl) > > +{ > > + struct winlink *wm; > > + struc

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-07-08 Thread Nicholas Marriott
Sorry, I've been very busy so no time to look at this stuff but now I'm free all this week. But I'm not clear what is what - can you send me any diffs that are finished and working with an explanation of what they do? Thanks On Thu, Jun 21, 2012 at 06:32:48PM +0200, Marcel Partap wrote: > >> se