Don't error on terminal-features
This commit is contained in:
parent
ac5e804566
commit
76f7afc86c
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ set-option -g display-panes-time 5000
|
||||||
set-option -g mouse off
|
set-option -g mouse off
|
||||||
set-option -g pane-base-index 1
|
set-option -g pane-base-index 1
|
||||||
set-option -g status-right ''
|
set-option -g status-right ''
|
||||||
set-option -g terminal-features "256:utf-8"
|
set-option -gq terminal-features "256:utf-8"
|
||||||
set-window-option -g xterm-keys on
|
set-window-option -g xterm-keys on
|
||||||
|
|
Loading…
Reference in a new issue