From 9d99a01367e85dc3d9cd8e711d78dc1cec6f018b Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 10 Jan 2023 21:02:16 +0100 Subject: 51281: keep track of attributes left on at the end of left and right prompts and reapply them explicitly as appropriate --- Src/zsh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/zsh.h') 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 */ -- cgit 1.4.1