tmux: Fix error on old (<3.3) versions
This commit is contained in:
@@ -45,11 +45,11 @@ set -ga terminal-overrides ",alacritty:Tc"
|
|||||||
|
|
||||||
setw -g pane-border-status bottom
|
setw -g pane-border-status bottom
|
||||||
setw -g pane-border-format ''
|
setw -g pane-border-format ''
|
||||||
|
set-option -w -g -q pane-border-lines double;
|
||||||
|
set-option -w -g -q pane-border-indicators colour;
|
||||||
|
|
||||||
setw -g pane-border-lines double
|
|
||||||
setw -g pane-border-style "fg=#555555"
|
setw -g pane-border-style "fg=#555555"
|
||||||
setw -g pane-active-border-style "fg=#e5b567"
|
setw -g pane-active-border-style "fg=#e5b567"
|
||||||
setw -g pane-border-indicators colour
|
|
||||||
|
|
||||||
set-option -g status-style bg=default
|
set-option -g status-style bg=default
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user