Re: [PATCH 2/2] kill-window -a: use safe traversal

2012-05-29 Thread Nicholas Marriott
Both of these applied, thanks! On Tue, May 29, 2012 at 12:09:00AM -0500, Chris Johnsen wrote: > Since we will be removing the winlinks as we process them, it is > important to use RB_FOREACH_SAFE (now that it is available) to make > sure that the traversal is not affected by removing the current

Re: zsh double star (**) in tmux command string does not match

2012-05-29 Thread Nicholas Marriott
Thanks On Mon, May 28, 2012 at 12:55:44PM +0200, Dennis G??nnewig wrote: > Hi, > > it seems to work as expected. > > 1. Test 1 > #terminal_1 > % pkill tmux > # set SHELL to a defined value different from user shell (zsh) > % export SHELL=/bin/sh > > # no .tmux.conf > # fine! > % ls -al ~/.tmu

Re: [PATCH] Fix default client template

2012-05-29 Thread Nicholas Marriott
Applied, thanks. On Mon, May 28, 2012 at 12:16:26PM +0200, Romain Francoise wrote: > Nicholas Marriott writes: > > > If it makes things significantly simpler to have one define, I think I > > would consider trimming bits from list-windows and force people to add > > them back with -F rather tha

Re: Movement when block selecting is weird

2012-05-29 Thread Nicholas Marriott
This change broke it by accident because it worked by accident... you can see the same problem if you have the text below, go to the second line column 0, press C-e and then press up. The cursor will stay at column 0: aa a The logic is right for up and down, we need to rep