Re: Re: [PATCH 4/6] Add 'choice-characters' to define the characters in choice-mode.

2012-12-14 Thread Raghavendra D Prabhu
Hi, * On Fri, Dec 14, 2012 at 11:06:18PM +, Thomas Adam wrote: Hi, On 14 December 2012 21:47, Raghavendra D Prabhu wrote: Yes, with only 5 characters you can hit the duplicates very fast, however, with the default value you should hit it after 62 windows, so there is a limit anyways.

Re: Re: [PATCH 4/6] Add 'choice-characters' to define the characters in choice-mode.

2012-12-14 Thread Thomas Adam
Hi, On 14 December 2012 21:47, Raghavendra D Prabhu wrote: > Yes, with only 5 characters you can hit the duplicates very fast, however, > with the default value you should hit it after 62 windows, so there is a > limit anyways. > > I currently use this > set -g choice-characters 'qwerasdfzxcv123~

Re: Re: [PATCH 4/6] Add 'choice-characters' to define the characters in choice-mode.

2012-12-14 Thread Raghavendra D Prabhu
Hi, * On Sat, Nov 17, 2012 at 06:38:38PM +, Thomas Adam wrote: M +0530, Raghavendra D Prabhu wrote: The characters used in choice-mode are hardcoded. This option allows one to use custom characters (and order) based on one's preference. Also, added description to the man page. Signed-of

Re: [PATCH 4/6] Add 'choice-characters' to define the characters in choice-mode.

2012-11-17 Thread Thomas Adam
Hi, On Sat, Nov 17, 2012 at 11:42:06PM +0530, Raghavendra D Prabhu wrote: > The characters used in choice-mode are hardcoded. This option allows one to > use > custom characters (and order) based on one's preference. Also, added > description > to the man page. > > Signed-off-by: Raghavendra D

[PATCH 4/6] Add 'choice-characters' to define the characters in choice-mode.

2012-11-17 Thread Raghavendra D Prabhu
The characters used in choice-mode are hardcoded. This option allows one to use custom characters (and order) based on one's preference. Also, added description to the man page. Signed-off-by: Raghavendra D Prabhu --- options-table.c | 7 +++ tmux.1 | 2 ++ window-choose.c | 13 ++