mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
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).
This commit is contained in:
1
tmux.c
1
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);
|
||||
|
Reference in New Issue
Block a user