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
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
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
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