aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-06-03 16:54:26 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-06-03 16:54:26 +0000
commit6521427a451b4044b9bf035d54c594cb1453ba48 (patch)
treed29c21afa0abf27125edffe09df48653b55d9ccf /tmux.c
parent7d45e29683119b31179295b3712142ebf8897a0d (diff)
downloadrtmux-6521427a451b4044b9bf035d54c594cb1453ba48.tar.gz
rtmux-6521427a451b4044b9bf035d54c594cb1453ba48.tar.bz2
rtmux-6521427a451b4044b9bf035d54c594cb1453ba48.zip
New session option, status-utf8, to control the interpretation of top-bit-set
characters in status-left and status-right (if on, they are treated as UTF-8; otherwise passed through).
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.c b/tmux.c
index ea6793c2..71df2bfb 100644
--- a/tmux.c
+++ b/tmux.c
@@ -299,6 +299,7 @@ main(int argc, char **argv)
options_set_string(&global_options, "status-left", "[#S]");
options_set_string(
&global_options, "status-right", "\"#24T\" %%H:%%M %%d-%%b-%%y");
+ options_set_number(&global_options, "status-utf8", 0);
options_init(&global_window_options, NULL);
options_set_number(&global_window_options, "aggressive-resize", 0);