summaryrefslogtreecommitdiffstats
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 4d791cc7c..b82c35aea 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2674,7 +2674,9 @@ struct ttyinfo {
#define TCBACKSPACE 34
#define TCFGCOLOUR 35
#define TCBGCOLOUR 36
-#define TC_COUNT 37
+#define TCCURINV 37
+#define TCCURVIS 38
+#define TC_COUNT 39
#define tccan(X) (tclen[X])