about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-01-10 21:02:16 +0100
committerOliver Kiddle <opk@zsh.org>2023-01-10 21:02:16 +0100
commit9d99a01367e85dc3d9cd8e711d78dc1cec6f018b (patch)
tree963e4bbf6710e3401fa22f3dcbe2927599a482e9 /Src/zsh.h
parentc01479a2ede78b9b53057322e4b9f5bd0a103a00 (diff)
downloadzsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.gz
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.xz
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.zip
51281: keep track of attributes left on at the end of left and right prompts and reapply them explicitly as appropriate
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index e834c7e06..073f8b71b 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2694,7 +2694,8 @@ struct ttyinfo {
  */
 #define TXT_MULTIWORD_MASK  0x0400
 
-/* used when, e.g an invalid colour is specified */
+/* Used when, e.g an invalid colour is specified. Also used in REFRESH_ELEMENT
+ * to indicate that attributes should remain unchanged. */
 #define TXT_ERROR 0xF00000F000000003
 
 /* Mask for font weight */