disabling 'cursor' breaks color changes

the 'cursor' highlighter needs to be enabled for character color changes
to take place beneath the cursor on non-(u)rxvt terminals.

Partial revert of ab99776
This commit is contained in:
Matt Hamilton 2015-12-29 05:00:48 -05:00
parent ab99776d4e
commit c3130eda38
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ zprompt_theme='steeef'
# this determines what highlighters will be used with the completion module
# documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
zhighlighters=(main brackets)
# for (u)rxvt users, disabling the 'cursor' highlighter will fix the disappearing cursor problem
zhighlighters=(main brackets cursor)
#