From 46d7290f3992b41794767a692f7c687987256612 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 15 May 2017 19:58:19 +0200 Subject: [PATCH] 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 | 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/tmux.conf b/etc/tmux.conf index 76ea358..f74f7b9 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -45,7 +45,6 @@ set -g visual-activity on set -g mode-keys vi ### set status line appearance -set -g status-utf8 on set -g status-fg white set -g status-bg black -- 2.1.4