show cursor in alacritty

When the cursor is in the middle of the line, it's invisible without
doing this workaround?
main
Alpha Chen 2 years ago
parent 5d47467865
commit dac196c91d
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -209,7 +209,8 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \
'root'
#
# Set syntax highlighting styles.
# zstyle ':prezto:module:syntax-highlighting' styles \
zstyle ':prezto:module:syntax-highlighting' styles \
'cursor' 'bg=white' # needs to be set for alacritty to work right?
# 'builtin' 'bg=blue' \
# 'command' 'bg=blue' \
# 'function' 'bg=blue'

Loading…
Cancel
Save