summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-02-08 00:14:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-02-08 00:14:38 +0000
commit11dedde511e2d4adb57027edcb9d823b8269c368 (patch)
tree142b2e0fb673d3a85f7f0db6b5375d0aa185345b /cmd-set-option.c
parent2dc74f2e4d754b868286d1adc0e686d707be38fc (diff)
Add an option to disable the smcup/rmcup alternate screen behaviour inside
tmux. From clemens fischer.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 63e646e0..6658b90b 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -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",