diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-11-17 04:32:14 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-11-17 04:32:14 +0100 |
| commit | 5411128bf3c83516da8fdc4cb3d6187f243b6954 (patch) | |
| tree | bbc22904c21ac4ec3f71cc72ffcb2f1e7bfdb697 /Src/Modules | |
| parent | 54083: fix for cursor shape in viopp mode (diff) | |
| download | zsh-5411128bf3c83516da8fdc4cb3d6187f243b6954.tar zsh-5411128bf3c83516da8fdc4cb3d6187f243b6954.tar.gz zsh-5411128bf3c83516da8fdc4cb3d6187f243b6954.tar.bz2 zsh-5411128bf3c83516da8fdc4cb3d6187f243b6954.tar.lz zsh-5411128bf3c83516da8fdc4cb3d6187f243b6954.tar.xz zsh-5411128bf3c83516da8fdc4cb3d6187f243b6954.tar.zst zsh-5411128bf3c83516da8fdc4cb3d6187f243b6954.zip | |
54074, 54082: add an opaque key for use in zle_highlight/region_highlight to allow mixing of colours
Diffstat (limited to 'Src/Modules')
| -rw-r--r-- | Src/Modules/nearcolor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/nearcolor.c b/Src/Modules/nearcolor.c index d50a6bb44..83d7118b0 100644 --- a/Src/Modules/nearcolor.c +++ b/Src/Modules/nearcolor.c @@ -146,7 +146,7 @@ mapRGBto256(int red, int green, int blue) static int getnearestcolor(UNUSED(Hookdef dummy), Color_rgb col) { - /* we add 1 to the colours so that colour 0 (black) is + /* we add 1 to the colours so that colour 0 (default) is * distinguished from runhookdef() indicating that no * hook function is registered */ if (tccolours == 256) |
