diff options
author | Adam Heins <mail@adamheins.com> | 2016-06-27 23:54:00 -0700 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-06-28 08:54:00 +0200 |
commit | d3a31e9a7d2752e67e452a28f318710448444ba8 (patch) | |
tree | d9be9884a68613320aab5c13487bf4254e2e5cfc /tmux.html.markdown | |
parent | c0577fece6b2862a7198b61ec1855b504cf43d47 (diff) |
Remove obsolete utf-8 options. (#2294)
These options are no longer valid in recent versions of tmux. See
https://github.com/tmux/tmux/issues/230.
Diffstat (limited to 'tmux.html.markdown')
-rw-r--r-- | tmux.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.html.markdown b/tmux.html.markdown index c9e3db6b..ae73d912 100644 --- a/tmux.html.markdown +++ b/tmux.html.markdown @@ -122,10 +122,6 @@ like how .vimrc or init.el are used. ### General ########################################################################### -# Enable UTF-8 -setw -g utf8 on -set-option -g status-utf8 on - # Scrollback/History limit set -g history-limit 2048 |