about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2024-03-13 11:36:16 -0700
committerBart Schaefer <schaefer@zsh.org>2024-03-13 11:36:16 -0700
commitd1e041188db6900e7f8aca2e9fec71d74270babc (patch)
tree9836264659f29fa151448f675034ac0b6183d5ef /Doc/Zsh
parent8adfbfc1f05200d566b9830232d0dabf82c84283 (diff)
downloadzsh-d1e041188db6900e7f8aca2e9fec71d74270babc.tar.gz
zsh-d1e041188db6900e7f8aca2e9fec71d74270babc.tar.xz
zsh-d1e041188db6900e7f8aca2e9fec71d74270babc.zip
unposted: update doc for "colors" for workers/47489,50212 (italic and bright)
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/contrib.yo8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index e682c800a..c1bea6022 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -4313,13 +4313,17 @@ tt(colors) more than once.
 The eight base colors are: tt(black), tt(red), tt(green), tt(yellow),
 tt(blue), tt(magenta), tt(cyan), and tt(white).  Each of these has codes for
 foreground and background.  In addition there are seven intensity attributes:
-tt(bold), tt(faint), tt(standout), tt(underline), tt(blink), tt(reverse),
+tt(bold), tt(faint), tt(italic), tt(underline), tt(blink), tt(reverse),
 and tt(conceal).  Finally, there are seven codes used to negate attributes:
 tt(none) (reset all attributes to the defaults), tt(normal)
-(neither bold nor faint), tt(no-standout), tt(no-underline), tt(no-blink),
+(neither bold nor faint), tt(no-italic), tt(no-underline), tt(no-blink),
 tt(no-reverse), and tt(no-conceal).
 
 Some terminals do not support all combinations of colors and intensities.
+Prior to zsh tt(5.8.1) the intensity tt(standout) was provided.  It has
+been replaced by the more specific tt(italic) and tt(reverse) to match
+the specification, but some terminals may swap these or make one of them
+produce blinking text even if the tt(blink) code is not usable.
 
 The associative arrays are: