show cursor in alacritty

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

@ -197,7 +197,8 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \
'root' 'root'
# #
# Set syntax highlighting styles. # 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' \ # 'builtin' 'bg=blue' \
# 'command' 'bg=blue' \ # 'command' 'bg=blue' \
# 'function' 'bg=blue' # 'function' 'bg=blue'

Loading…
Cancel
Save