diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-01-10 21:02:16 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-01-10 21:02:16 +0100 |
| commit | 9d99a01367e85dc3d9cd8e711d78dc1cec6f018b (patch) | |
| tree | 963e4bbf6710e3401fa22f3dcbe2927599a482e9 /Src/zsh.h | |
| parent | 51280: add support for italic and faint fonts in the line editor (diff) | |
| download | zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.gz zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.bz2 zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.lz zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.xz zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.zst 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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |
