summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-12-21 19:40:52 -0800
committerKevin McCarthy <kevin@8t8.us>2019-12-21 19:40:52 -0800
commit8914a1ba38ef394db3d89ff8d0e54774ca9dca48 (patch)
treedbea1aa19ab1c248190696fac3f9f4fe985ae4ad /mutt.h
parentbbe9bd1aada2d9788ea74b7047170abaecc23d78 (diff)
Turn off auto-clear outside of autocrypt initialization.
The auto-clearing code was added in commit 01bc088c, for autocrypt initial prompting. It removed having to keep track of every place a browser or other menu might be displayed and having to remember to clear it out. However, clearing when mutt exits is a change of behavior for those who have turned off alternative screens.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index e068b7e6..836c6c81 100644
--- a/mutt.h
+++ b/mutt.h
@@ -617,6 +617,7 @@ enum
OPTDONTHANDLEPGPKEYS, /* (pseudo) used to extract PGP keys */
OPTIGNOREMACROEVENTS, /* (pseudo) don't process macro/push/exec events while set */
OPTAUTOCRYPTGPGME, /* (pseudo) use Autocrypt context inside crypt-gpgme.c */
+ OPTMENUPOPCLEARSCREEN, /* (pseudo) clear the screen when popping the last menu. */
OPTMAX
};