From 9ba458948aa7c7e8eff001b2c0faf3cbb55b7840 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 15 Jul 2005 17:41:33 +0000 Subject: Added the PROMPTSP option plus 3 new termcap defines (TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE). --- Src/zsh.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 3dacf637f..2c635d02b 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1594,6 +1594,7 @@ enum { PROMPTBANG, PROMPTCR, PROMPTPERCENT, + PROMPTSP, PROMPTSUBST, PUSHDIGNOREDUPS, PUSHDMINUS, @@ -1716,7 +1717,10 @@ struct ttyinfo { #define TCDOWNCURSOR 26 #define TCLEFTCURSOR 27 #define TCRIGHTCURSOR 28 -#define TC_COUNT 29 +#define TCSAVECURSOR 29 +#define TCRESTRCURSOR 30 +#define TCBACKSPACE 31 +#define TC_COUNT 32 #define tccan(X) (tclen[X]) -- cgit 1.4.1