Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

input line changes colour after print -P %F



zsh -f
autoload compinit; compinit
zstyle ':completion:*:warnings' format ''
print -P '%F{red}foo'
asdasfasdasfasfasadasf<tab>

the last entered input now appears in red for me. Repeating the print
-P with other colours makes the input get other colours after pressing
tab, but not the one you gave usually.

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author