Re: [tmux:tickets] #147 appending does not work for user options

2014-08-04 Thread Thomas Adam
On Sat, Aug 02, 2014 at 07:22:19PM +, Bruno Sutic wrote: > > > > --- > > ** [tickets:#147] appending does not work for user options** > > **Status:** open > **Created:** Sat Aug 02, 2014 07:22 PM UTC by Bruno Sutic > **Last Updated:** Sat Aug 02, 2014 07:22 PM UTC > **Owner:** nobody > >

Re: [tmux:tickets] #146 show-option -q does not set proper exit code

2014-08-04 Thread Thomas Adam
On Sat, Aug 02, 2014 at 07:16:05PM +, Bruno Sutic wrote: > > > > --- > > ** [tickets:#146] show-option -q does not set proper exit code** > > **Status:** open > **Created:** Sat Aug 02, 2014 07:16 PM UTC by Bruno Sutic > **Last Updated:** Sat Aug 02, 2014 07:16 PM UTC > **Owner:** nobody >

Re: [tmux:tickets] #145 [REGRESSION] Working directory not propagated to new windows

2014-08-04 Thread Thomas Adam
On Thu, Jul 31, 2014 at 12:48:06PM +, Saviq wrote: > > > > --- > > ** [tickets:#145] [REGRESSION] Working directory not propagated to new > windows** > > **Status:** open > **Created:** Thu Jul 31, 2014 12:48 PM UTC by Saviq > **Last Updated:** Thu Jul 31, 2014 12:48 PM UTC > **Owner:** n

Re: [PATCH] Add wait-for signaling to commands that create new panes

2014-08-04 Thread Thomas Adam
On Mon, Aug 04, 2014 at 01:59:26PM -0400, Nathaniel W Filardo wrote: > Greetings list, > > The attached patch adds options to new-window, new-session, and split-window > (commands which create panes) to signal a wait_channel when that pane is > destroyed, for example after the contained process ex

[tmux:tickets] #147 appending does not work for user options

2014-08-04 Thread Bruno Sutic
--- ** [tickets:#147] appending does not work for user options** **Status:** open **Created:** Sat Aug 02, 2014 07:22 PM UTC by Bruno Sutic **Last Updated:** Sat Aug 02, 2014 07:22 PM UTC **Owner:** nobody Steps to reproduce: $ tmux set -g @var "foo" set option: @var -> foo $ tmu

[tmux:tickets] #144 [REGRESSION] Shift-F1 through Shift-F8 no longer handled correctly by tmux 1.9

2014-08-04 Thread Dustin Kirkland
--- ** [tickets:#144] [REGRESSION] Shift-F1 through Shift-F8 no longer handled correctly by tmux 1.9** **Status:** open **Created:** Thu Jul 31, 2014 11:25 AM UTC by Dustin Kirkland **Last Updated:** Thu Jul 31, 2014 11:25 AM UTC **Owner:** nobody There seems to be a regression with the rele

[tmux:tickets] #148 mouse-select-window ignores window-status-separator length

2014-08-04 Thread Sebastian
--- ** [tickets:#148] mouse-select-window ignores window-status-separator length** **Status:** open **Created:** Mon Aug 04, 2014 01:44 PM UTC by Sebastian **Last Updated:** Mon Aug 04, 2014 01:44 PM UTC **Owner:** nobody Having the following in my tmux config: ~~ set-option -g mouse-sel

[tmux:tickets] #146 show-option -q does not set proper exit code

2014-08-04 Thread Bruno Sutic
--- ** [tickets:#146] show-option -q does not set proper exit code** **Status:** open **Created:** Sat Aug 02, 2014 07:16 PM UTC by Bruno Sutic **Last Updated:** Sat Aug 02, 2014 07:16 PM UTC **Owner:** nobody Steps to reproduce: $ tmux show -g foo unknown option: foo $ echo $?

[PATCH] Add wait-for signaling to commands that create new panes

2014-08-04 Thread Nathaniel W Filardo
Greetings list, The attached patch adds options to new-window, new-session, and split-window (commands which create panes) to signal a wait_channel when that pane is destroyed, for example after the contained process exits. Towards this end, it changes the life-cycle management code in cmd-wait-f

[PATCH] Fix answer to CSI "report size of text area" escape sequence

2014-08-04 Thread Vincent Bernat
The final "t" was missing. It is needed to indicate the end of the answer sequence. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index dc0616950ca8..ba950a68ed83 100644 --- a/input.c +++ b/input.c @@ -1523,7 +1523,7 @@ input_csi_dispatch_winops(

[tmux:tickets] #145 [REGRESSION] Working directory not propagated to new windows

2014-08-04 Thread Saviq
--- ** [tickets:#145] [REGRESSION] Working directory not propagated to new windows** **Status:** open **Created:** Thu Jul 31, 2014 12:48 PM UTC by Saviq **Last Updated:** Thu Jul 31, 2014 12:48 PM UTC **Owner:** nobody When creating new windows, current working directory is not passed to the