After commit:
commit f52eac62259c431daac84ddb6c2a5b7ebd528c2c
Author: nicm
Date: Sun Oct 20 09:37:50 2013 +
Don't turn on modifyOtherKeys by default, it is annoying if tmux is
killed and it's left on and we can't turn it on and off like we do for
attribu
On Sun, Feb 16, 2014 at 07:39:27AM -0800, Felix Rosencrantz wrote:
> I saw it when setting a colour option to a bogus value "none".
So why not send a patch through?
Nicholas, see below. I can't say I like it, but it does smooth over the
cracks.
-- Thomas Adam
--
"Deep in my heart I wish I was
I saw it when setting a colour option to a bogus value "none".
-FR.
On Sun, Feb 16, 2014 at 3:04 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> How do I reproduce the crash?
>
>
>
> Original message
> From: Felix Rosencrantz
> Date: 16/02/2014 09:22 (GMT+00:00)
How do I reproduce the crash?
Original message
From: Felix Rosencrantz
Date: 16/02/2014 09:22 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: Bug in cmd-set-option.c
In the latest version of
http://sourceforge.net/p/tmux/tmux-code/ci/master/tree/cmd-set-option
In the latest version of http://sourceforge.net/p/tmux/tmux-code/ci
/master/tree/cmd-set-option.c
Around line 308, the code looks like:
case OPTIONS_TABLE_COLOUR:
o = cmd_set_option_colour(self, cmdq, oe, oo, value);
style_update_new(oo, o->name, oe->style)
In October, a change made to how the new-window -c flag is handled. It
takes a string containing formats, which is not documented in the man page.
Also, the behavior changed, and that is not very clear in the man page
what the current behavior is.
I think the commit message had much more useful i