Remove old UTF8 options

As the code comments say, these options were removed in tmux 2.2.
pull/51/merge
Bruno Sutic 2021-03-11 12:44:44 +01:00
parent e91b178ff8
commit 0dd7aed9a0
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
2 changed files with 0 additions and 10 deletions

View File

@ -24,10 +24,6 @@ Tested and working on Linux, OSX and Cygwin.
### Options
# utf8 is on
set -g utf8 on
set -g status-utf8 on
# address vim mode switching delay (http://superuser.com/a/252717/65504)
set -s escape-time 0

View File

@ -67,12 +67,6 @@ key_binding_not_changed() {
main() {
# OPTIONS
# enable utf8 (option removed in tmux 2.2)
tmux set-option -g utf8 on 2>/dev/null
# enable utf8 in tmux status-left and status-right (option removed in tmux 2.2)
tmux set-option -g status-utf8 on 2>/dev/null
# address vim mode switching delay (http://superuser.com/a/252717/65504)
if server_option_value_not_changed "escape-time" "500"; then
tmux set-option -s escape-time 0