Re: problem with new-window and current directory

2014-02-28 Thread Matteo Cavalleri
it doesn't work, the new shell still opens on / On Fri, Feb 28, 2014 at 8:02 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > I think there might be pane_start_path as well which would work for you. > > > > Original message > From: Matteo Cavalleri > Date: 27/02

Re: problem with new-window and current directory

2014-02-28 Thread Matteo Cavalleri
btw I just discovered that with pane_start_path the new window opens on / even if I'm just at the shell prompt On Fri, Feb 28, 2014 at 9:53 AM, Matteo Cavalleri wrote: > it doesn't work, the new shell still opens on / > > > > > On Fri, Feb 28, 2014 at 8:02 AM, Nicholas Marriott < > nicholas.ma

Re: problem with new-window and current directory

2014-02-28 Thread Nicholas Marriott
Well pane_start_path will always be where the pane started, but if it goes to / sounds like it isn't working.  Original message From: Matteo Cavalleri Date: 28/02/2014 08:54 (GMT+00:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: problem with

[PATCH] typo in style_apply_update - fixes attrs in status bar

2014-02-28 Thread Stephen Thirlwall
Hi, Since 1.9 my status bar hasn't been rendering correctly, and it looks like there may have been a typo when factoring out style_apply_update in this commit 945339b443affdaaca260605e15b5a3b9a3c6e16 status.c has a number of changes like this [1]: - fg = options_get_number(&s->options, "st

Re: [PATCH] typo in style_apply_update - fixes attrs in status bar

2014-02-28 Thread Nicholas Marriott
Apply is meant to replace, apply_update to add. So I think the function is right. More likely the call should be style_apply. Original message From: Stephen Thirlwall Date: 01/03/2014 00:28 (GMT+01:00) To: tmux-users@lists.sourceforge.net Subject: [PATCH] typo in style_app