Problem: The cursor disappears after the processing of the 'setDot'
netbeans command when vim runs in a terminal.
Solution: Show the cursor after a screen update. (Xavier de Gaye, 2011
changed_window_setting();
update_screen(CLEAR);
setcursor();
+ cursor_on();
out_flush();
#ifdef FEAT_GUI
if (gui.in_use)
update_topline(); /* scroll to show the line */
update_screen(VALID);
setcursor();
+ cursor_on();
out_flush();
#ifdef FEAT_GUI
if (gui.in_use)
{
update_screen(NOT_VALID);
setcursor();
+ cursor_on();
out_flush();
#ifdef FEAT_GUI
if (gui.in_use)
changed_window_setting();
update_screen(CLEAR);
setcursor();
+ cursor_on();
out_flush();
#ifdef FEAT_GUI
if (gui.in_use)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 149,
/**/
148,
/**/