You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you exit from a CLI program, this plugin will restore the
cursor to terminal's default, this feature allows you to custom
user default cursor instead of terminal's default.
When you enter a CLI program from the prompt, this plugin will
restore the cursor to terminal's default, this feature allows you
to custom user default cursor instead of terminal's default.
General information
Basic examination
Problem description
i heve "default" cursor set to be a "beam"
for
st
inconfig.h
:so it would be nice to customize
ZVM_CURSOR_USER_DEFAULT
i think this is "elegant" solution is to move first case with
ZVM_CURSOR_USER_DEFAULT
to the end, so user can do something like this if they wantZVM_CURSOR_USER_DEFAULT="${ZVM_CURSOR_BEAM}"
The text was updated successfully, but these errors were encountered: