diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-11-10 21:02:29 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-11-10 21:02:29 +0100 |
| commit | 3085b88a6442e1504a0635bfa400829827e3af13 (patch) | |
| tree | ef699544626a75efa6309ca934f6e52368b1ef1b /Test | |
| parent | 53377: support OSC52 paste sequence with the "* and "+ vi registers (diff) | |
| download | zsh-3085b88a6442e1504a0635bfa400829827e3af13.tar zsh-3085b88a6442e1504a0635bfa400829827e3af13.tar.gz zsh-3085b88a6442e1504a0635bfa400829827e3af13.tar.bz2 zsh-3085b88a6442e1504a0635bfa400829827e3af13.tar.lz zsh-3085b88a6442e1504a0635bfa400829827e3af13.tar.xz zsh-3085b88a6442e1504a0635bfa400829827e3af13.tar.zst zsh-3085b88a6442e1504a0635bfa400829827e3af13.zip | |
53379, 53380: autoload nearcolor based on truecolor detection
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/X04zlehighlight.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/X04zlehighlight.ztst b/Test/X04zlehighlight.ztst index 723bb05d7..be0564912 100644 --- a/Test/X04zlehighlight.ztst +++ b/Test/X04zlehighlight.ztst @@ -12,7 +12,7 @@ zpty zsh "${(q)ZTST_testdir}/../Src/zsh -fiV +Z" zpty -w zsh "module_path=( ${(j< >)${(@q-)module_path}} \$module_path )" zpty -w zsh 'zle_highlight=( fg_start_code:"CDE|3" fg_end_code:"|" bg_start_code:"BCDE|4" bg_end_code:"|" )' - zpty -w zsh '.term.extensions=( -query )' + zpty -w zsh '.term.extensions=( -query truecolor )' } zpty_input() { zpty ${${(M)2:#nonl}:+-n} -w zsh "$1" |
