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