add a comment

This commit is contained in:
Kovid Goyal 2022-01-24 22:14:56 +05:30
parent 1fea4777fa
commit 287b843d13
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -251,6 +251,7 @@ _ksi_deferred_init() {
*) builtin print -nu "$_ksi_fd" '\e[5 q';;
esac
}
# Restore the blinking block cursor before executing an external command
functions[_ksi_preexec]+="
builtin print -rnu $_ksi_fd \$'\\e[1 q'"
fi