Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] fix typo in ANSI code reference (unused)
- X-seq: zsh-workers 51088
- From: Atte Peltomäki <koston@xxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] fix typo in ANSI code reference (unused)
- Date: Wed, 30 Nov 2022 18:49:28 +0200
- Archived-at: <https://zsh.org/workers/51088>
- List-id: <zsh-workers.zsh.org>
Hi,
Fix reference from standard for measurement of liquid flow in closed
conduits to the intended open document architecture standard.
The line is commented out so there is no functional change, and chance
of anyone having uncommented and used the name seems extremely slim.
---
Functions/Misc/colors | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Functions/Misc/colors b/Functions/Misc/colors
index 5c9924adb..8a0cec383 100644
--- a/Functions/Misc/colors
+++ b/Functions/Misc/colors
@@ -44,7 +44,7 @@ color=(
35 magenta 45 bg-magenta
36 cyan 46 bg-cyan
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
# Other codes:
--
2.38.1
--
Atte Peltomäki
"Your effort to remain what you are is what limits you"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author