On Sat, Nov 17, 2012 at 09:12:37PM +, Thomas Adam wrote:
> On Sat, Nov 17, 2012 at 12:07:40PM -0800, John Schmitt wrote:
...
> Well, compile up tmux with "-g -ggdb" and see if it core dumps.
After having done this I've been able to reproduce my issue. Do you want me to
email you whole core f
On Fri, Dec 21, 2012 at 08:51:29PM -0800, Bruce Wolk wrote:
> The only keywords with optional components being recognized are those
> with the optional component at the end. Is there something I am missing
> here?
Nope. You're correct.
Should be fixed in git.
Thanks!
--
Applied, with man page bits :-).
On Sat, Dec 15, 2012 at 05:32:20AM +0530, Raghavendra D Prabhu wrote:
> This allows one to select the last window (not last-window but window with
> highest index), so one can bind it to 'select-window -t:$' to jump to the end
> window, and similary bind to 'selec
Applied with some trivial tweaks, thanks.
On Sat, Dec 15, 2012 at 05:32:17AM +0530, Raghavendra D Prabhu wrote:
> This is to simulate a behavior similar to what is found in window managers
> where
> using the same key used to switched to the workspace returns to previous
> workspace; since this a
Also applied.
On Sat, Dec 15, 2012 at 05:32:19AM +0530, Raghavendra D Prabhu wrote:
> choose-tree, by default, folds/collapses the window tree grouped by session.
> This adds a flag 'u' to uncollapse it by default.
>
> Signed-off-by: Raghavendra D Prabhu
>
> diff --git a/cmd-choose-tree.c b/cm
This one applied, thanks.
On Sat, Dec 15, 2012 at 05:32:21AM +0530, Raghavendra D Prabhu wrote:
> window_choose_collapse_all already calls window_choose_redraw_screen, hence
> removing it from window_choose_ready.
>
> Signed-off-by: Raghavendra D Prabhu
>
> diff --git a/window-choose.c b/windo
Whoops, try this instead please:
Index: options-table.c
===
RCS file: /cvs/src/usr.bin/tmux/options-table.c,v
retrieving revision 1.30
diff -u -p -r1.30 options-table.c
--- options-table.c 27 Nov 2012 13:52:23 - 1.30
+++