about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-01-11 16:05:06 +0100
committerOliver Kiddle <opk@zsh.org>2023-01-11 16:05:06 +0100
commite2a39513dcff152fdfe1d966c0eb3156cce260b6 (patch)
treefffb6cbdf4f578551f5d6b7075ddbc6cc6e51cf9 /Src/zsh.h
parent246b7c75055654dcc6186db1c4d52724dc522aa2 (diff)
downloadzsh-e2a39513dcff152fdfe1d966c0eb3156cce260b6.tar.gz
zsh-e2a39513dcff152fdfe1d966c0eb3156cce260b6.tar.xz
zsh-e2a39513dcff152fdfe1d966c0eb3156cce260b6.zip
unposted: mention attributes changes, fix renumbering mistake and allow completion to offer prompt escapes for PROMPT_EOL_MARK
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 073f8b71b..f82e76e4b 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2653,7 +2653,7 @@ struct ttyinfo {
 #define TCALLATTRSOFF  23
 #define TCSTANDOUTEND  24
 #define TCUNDERLINEEND 25
-#define TCITALICSEND   27
+#define TCITALICSEND   26
 #define TCHORIZPOS     27
 #define TCUPCURSOR     28
 #define TCDOWNCURSOR   29