summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.h b/term.h
index 05b57a7d..15cb73f3 100644
--- a/term.h
+++ b/term.h
@@ -66,7 +66,8 @@ enum tsym {
TERMSYM_LANGLE = 37,
TERMSYM_RANGLE = 38,
TERMSYM_LBRACE = 39,
- TERMSYM_RBRACE = 40
+ TERMSYM_RBRACE = 40,
+ TERMSYM_MAX = 41
};