From: Thomas Glanzmann Date: Tue, 26 Jul 2005 16:40:16 +0000 (+0000) Subject: Return $menu_move_off default to status quo ante. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f6d031377e182aaa2ef2649eabb98c05168e6df;p=neomutt Return $menu_move_off default to status quo ante. --- diff --git a/init.h b/init.h index 09ec79cfc..05d97f609 100644 --- a/init.h +++ b/init.h @@ -1138,7 +1138,7 @@ struct option_t MuttVars[] = { ** This variable controls the number of lines of context that are given ** when scrolling through menus. (Similar to ``$$pager_context''.) */ - { "menu_move_off", DT_BOOL, R_NONE, OPTMENUMOVEOFF, 0 }, + { "menu_move_off", DT_BOOL, R_NONE, OPTMENUMOVEOFF, 1 }, /* ** .pp ** When \fIunset\fP, the bottom entry of menus will never scroll up past