summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-03-02 18:10:51 +0000
committerThomas Adam <thomas@xteddy.org>2016-03-02 18:10:51 +0000
commite304673c65d774bb76e5d55c095c8c8e6b05ff91 (patch)
treeaf461e71978b76dad59348d924a37f62b8c0bb7d /tmux.c
parente9d369a09e48ea8f940958025c8444988d31e840 (diff)
parentb8a102d26f41e57b94359627a4df8f22af10c6fa (diff)
Merge branch 'obsd-master'
Conflicts: utf8.c
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.c b/tmux.c
index ff087124..0c3e48dc 100644
--- a/tmux.c
+++ b/tmux.c
@@ -190,7 +190,9 @@ main(int argc, char **argv)
const char *s;
int opt, flags, keys;
+ setlocale(LC_CTYPE, "en_US.UTF-8");
setlocale(LC_TIME, "");
+
tzset();
if (**argv == '-')