1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-07 09:21:18 +02:00

47489: rename standout as italic

This commit is contained in:
Bart Schaefer 2021-04-19 14:37:32 -07:00
parent 7d92391c6e
commit 5fdd98552d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2021-04-19 Bart Schaefer <schaefer@zsh.org>
* 47489: Functions/Misc/colors: rename standout as italic
2021-04-19 Oliver Kiddle <opk@zsh.org>
* Marlon Richert: 48621: Completion/Zsh/Function/_add-zsh-hook,

View file

@ -14,11 +14,12 @@ color=(
00 none # 20 gothic
01 bold # 21 double-underline
02 faint 22 normal
03 standout 23 no-standout
03 italic 23 no-italic # no-gothic
04 underline 24 no-underline
05 blink 25 no-blink
# 06 fast-blink # 26 proportional
07 reverse 27 no-reverse
# 07 standout 27 no-standout
08 conceal 28 no-conceal
# 09 strikethrough # 29 no-strikethrough