summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-07-20 18:22:41 -0700
committerKevin McCarthy <kevin@8t8.us>2020-07-20 18:26:20 -0700
commitf2e9658610565c5e09e0a0189ab06f2947686ffd (patch)
tree3f6d12a3f427c7904665f74c25e4c05f36fd4332 /mutt.h
parente2a2800624a955b2542bb9295387083fa11627f9 (diff)
Add $cursor_overlay, default unset, to control overlaying.
Although I think the new behavior is desirable, experience has shown that changes need to be controlled by an option and usually defaulting the same as before.
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 402133bb..8f45e67f 100644
--- a/mutt.h
+++ b/mutt.h
@@ -409,6 +409,7 @@ enum
OPTCONFIRMCREATE,
OPTCOPYDECODEWEED,
OPTCOUNTALTERNATIVES,
+ OPTCURSOROVERLAY,
OPTDELETEUNTAG,
OPTDIGESTCOLLAPSE,
OPTDUPTHREADS,