tmux: drop deprecated status-utf8 option
authorMichael Prokop <mika@grml.org>
Mon, 15 May 2017 17:58:19 +0000 (19:58 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 15 May 2017 18:04:15 +0000 (20:04 +0200)
commit46d7290f3992b41794767a692f7c687987256612
treea683bde77254aa6ad7230257bb1d1fdeff05b8ca
parent536ce6bb4559506ab35aa2caa5c06471a55a1c26
tmux: drop deprecated status-utf8 option

From tmux's FAQ:

| Since the 1.0 release, tmux will turn on UTF-8 related options automatically
| (ie status-utf8, and utf8) if the above conditions are met.

In tmux's upstream there's also:

| commit 1b86f520ea1620628e569ea833c7b13306c18a4e
| Author: nicm <nicm>
| Date:   Thu Nov 12 11:09:11 2015 +0000
|
|     Nuke the utf8 and status-utf8 options and make tmux only a UTF-8
|     terminal. We still support non-UTF-8 terminals outside tmux, but inside
|     it is always UTF-8 (as when the utf8 and status-utf8 options were on).

Starting with tmux v2.2 this option is no longer supported.
While we still have tmux 1.9-6 in Debian/jessie there's at least
a backport of v2.3-4~bpo8+1 available in jessie-backports (and
corresponding v2.3-4 in testing/unstable), so the best we can do
is drop the configuration setting overall.

Thanks: Timo Boettcher for forwarding the bug report
etc/tmux.conf