add a comment

This commit is contained in:
Kovid Goyal
2022-01-24 22:14:56 +05:30
parent 1fea4777fa
commit 287b843d13

View File

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