mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
'guicursor': Disable by default for unknown terminals.
User can still set guicursor explicitly in init.vim. Closes #5990 Closes #6403
This commit is contained in:
@@ -283,7 +283,7 @@ int main(int argc, char **argv)
|
||||
cmdline_row = (int)(Rows - p_ch);
|
||||
msg_row = cmdline_row;
|
||||
screenalloc(false); /* allocate screen buffers */
|
||||
set_init_2();
|
||||
set_init_2(params.headless);
|
||||
TIME_MSG("inits 2");
|
||||
|
||||
msg_scroll = TRUE;
|
||||
|
Reference in New Issue
Block a user