Add an option to disable the smcup/rmcup alternate screen behaviour inside

tmux. From clemens fischer.
This commit is contained in:
Nicholas Marriott
2010-02-08 00:14:38 +00:00
parent 2dc74f2e4d
commit 11dedde511
4 changed files with 21 additions and 0 deletions

1
tmux.c
View File

@ -395,6 +395,7 @@ main(int argc, char **argv)
options_init(&global_w_options, NULL);
wo = &global_w_options;
options_set_number(wo, "aggressive-resize", 0);
options_set_number(wo, "alternate-screen", 1);
options_set_number(wo, "automatic-rename", 1);
options_set_number(wo, "clock-mode-colour", 4);
options_set_number(wo, "clock-mode-style", 1);