summaryrefslogtreecommitdiff
path: root/pith/conftype.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-04-17 20:26:24 -0600
committerEduardo Chappa <chappa@washington.edu>2021-04-17 20:26:24 -0600
commitf6519aa1448e62a757d43e57cabd081ab594dfb1 (patch)
treeb6c26d4c05ab72115b67cce3d415d173aa96fbbd /pith/conftype.h
parente3a9185691280e37a20389c8477b1636e4ac9bf9 (diff)
downloadalpine-f6519aa1448e62a757d43e57cabd081ab594dfb1.tar.xz
* Add new hidden feature "Enable Delete Before Writing" that makes Alpine
delete a line before overwriting it. It is meant to work around bugs in terminals that need it. Work in collaboration with professor Martin Trusler.
Diffstat (limited to 'pith/conftype.h')
-rw-r--r--pith/conftype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/conftype.h b/pith/conftype.h
index 439ed887..c563126e 100644
--- a/pith/conftype.h
+++ b/pith/conftype.h
@@ -374,6 +374,7 @@ typedef enum {
F_DISABLE_UPDATE_CMD,
F_DISABLE_KBLOCK_CMD,
F_DISABLE_SIGEDIT_CMD,
+ F_ENABLE_DEL_WHEN_WRITING,
F_DISABLE_ROLES_SETUP,
F_DISABLE_ROLES_SIGEDIT,
F_DISABLE_ROLES_TEMPLEDIT,