mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
'guicursor': Empty means "block cursor in all modes".
Also: update default 'guicursor' to match the documentation.
This commit is contained in:
@@ -345,8 +345,8 @@ function Screen:_handle_resize(width, height)
|
||||
}
|
||||
end
|
||||
|
||||
function Screen:_handle_cursor_style_set(styles)
|
||||
self._cursor_styles = styles
|
||||
function Screen:_handle_cursor_style_set(style)
|
||||
self._cursor_style = style
|
||||
end
|
||||
|
||||
function Screen:_handle_clear()
|
||||
|
||||
Reference in New Issue
Block a user