summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/tmux.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/tmux.in b/rules/tmux.in
index 83f8e4e60..a53a60c4c 100644
--- a/rules/tmux.in
+++ b/rules/tmux.in
@@ -5,5 +5,9 @@ config TMUX
prompt "tmux"
select LIBEVENT
select NCURSES
+ # tmux needs an utf-8 locale. Select "en_US (UTF-8)" unless any other
+ # utf-8 locale is already enabled
+ select LOCALES if RUNTIME
+ select LOCALES_EN_US_UTF8 if !LOCALES_DE_DE_UTF8
help
Terminal multiplexer, something like GNU screen.