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
Currently, when no guicursor value is provided (styling is disabled), we
use some default values: block, ver25, or hor25 based on mode.
The TUI does not behave the same way, it uses block mode for all cases
when guicursor is empty.
This change removes the cursor defaults, and applies block mode to all
cases where guicursor is empty.
0 commit comments