Fix the blinking block cursor shape for commands in bash integration

This commit is contained in:
pagedown 2022-01-25 14:00:28 +08:00
parent 3aec573d40
commit a47b3bf578
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -61,7 +61,7 @@ _ksi_main() {
if [[ "${_ksi_prompt[cursor]}" == "y" ]]; then
_ksi_prompt[ps1]+="\[\e[5 q\]" # blinking bar cursor
_ksi_prompt[ps0]+="\[\e[5 q\]" # blinking block cursor
_ksi_prompt[ps0]+="\[\e[1 q\]" # blinking block cursor
fi
if [[ "${_ksi_prompt[title]}" == "y" ]]; then