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

View File

@ -138,6 +138,7 @@ const struct set_option_entry set_session_option_table[] = {
const struct set_option_entry set_window_option_table[] = {
{ "aggressive-resize", SET_OPTION_FLAG, 0, 0, NULL },
{ "alternate-screen", SET_OPTION_FLAG, 0, 0, NULL },
{ "automatic-rename", SET_OPTION_FLAG, 0, 0, NULL },
{ "clock-mode-colour", SET_OPTION_COLOUR, 0, 0, NULL },
{ "clock-mode-style",