mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-12 07:28:04 +02:00
51088: fix standards reference in comment
This commit is contained in:
parent
8086f10615
commit
f9bb03cd72
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2022-12-06 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* Atte Peltomäki: 51088: Functions/Misc/colors: typo in comment
|
||||||
|
|
||||||
2022-12-03 Bart Schaefer <schaefer@zsh.org>
|
2022-12-03 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* Philippe Altherr: 51094: Src/exec.c, Src/loop.c: consistent
|
* Philippe Altherr: 51094: Src/exec.c, Src/loop.c: consistent
|
||||||
|
|
|
@ -44,7 +44,7 @@ color=(
|
||||||
35 magenta 45 bg-magenta
|
35 magenta 45 bg-magenta
|
||||||
36 cyan 46 bg-cyan
|
36 cyan 46 bg-cyan
|
||||||
37 white 47 bg-white
|
37 white 47 bg-white
|
||||||
# 38 iso-8316-6 # 48 bg-iso-8316-6
|
# 38 iso-8613-6 # 48 bg-iso-8613-6
|
||||||
39 default 49 bg-default
|
39 default 49 bg-default
|
||||||
|
|
||||||
# Other codes:
|
# Other codes:
|
||||||
|
|
Loading…
Reference in a new issue