[PATCH v2] Move pane-{active, }-border-{style, fg, bg} options to window

2015-01-04 Thread Marc Finet
It is useful to configure pane border style per window, especially to reflect a setting linked to a window such as pane synchronization. --- v2: re-submit with re-ordered entries. options-table.c | 68 - screen-redraw.c | 2 +- tmux.1

Re: [PATCH 1/2] Move pane-{active, }-border-{style, fg, bg} options to window

2014-11-11 Thread Marc Finet
v2: keep entries alphabetically sorted both in code and in tmux.1 It is useful to configure pane border style per window, especially to reflect a setting linked to a window such as pane synchronization. --- options-table.c | 68 - screen-red

Re: [PATCH 1/2] Move pane-{active, }-border-{style, fg, bg} options to window

2014-11-08 Thread Marc Finet
On Sat, 8 Nov 2014 12:44:39 +, Nicholas Marriott wrote: > On Sat, Nov 08, 2014 at 11:40:51AM +0100, Marc Finet wrote: > > It could be useful to configure pane border style per window, > > Well, it could be useful but is it actually useful? Do you want to do > this or are

[PATCH 2/2] Support empty string for conditional in format

2014-11-08 Thread Marc Finet
This could be useful to have string for conditional e.g. automatic-rename-format #{?pane_title,pane_title,pane_current_command} This patch makes such an emptry string trigger the second value. --- format.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/format.c b/format.c in

[PATCH 1/2] Move pane-{active, }-border-{style, fg, bg} options to window

2014-11-08 Thread Marc Finet
It could be useful to configure pane border style per window, especially when linked to synchronise-pane feature. Even if entries are not exactly sorted (i.e. after pane-base-index), they are at least grouped together. --- options-table.c | 68 --

[PATCH 0/2] Misc patches for review/inclusion

2014-11-08 Thread Marc Finet
Hello, Please consider the following patches for review/inclusion. If the man page should remain alphabetically sorted I have to rework the first patch. Thanks, Marc Patches Move pane-{active,}-border-{style,fg,bg} options to window Support empty string for conditional in format format.c