aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sciteco.h b/src/sciteco.h
index 40a3548..cc43368 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -87,6 +87,7 @@ teco_is_failure(teco_bool_t x)
* This is not a bitfield, since it is set from SciTECO.
*/
enum {
+ TECO_ED_EXIT = (1 << 1),
TECO_ED_DEFAULT_ANSI = (1 << 2),
TECO_ED_AUTOCASEFOLD = (1 << 3),
TECO_ED_AUTOEOL = (1 << 4),