'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:
Justin M. Keyes
2017-04-04 02:37:43 +02:00
parent 3ccd59ee82
commit e348e256f3
5 changed files with 33 additions and 14 deletions

View File

@@ -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;