diff options
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" |
