comparison src/gui.c @ 199:3b32f6b507fa

updated for version 7.0059
author vimboss
date Fri, 11 Mar 2005 22:46:48 +0000
parents c757ec217a09
children 80000fb16feb
comparison
equal deleted inserted replaced
198:14fa8e0424c3 199:3b32f6b507fa
2665 { 2665 {
2666 apply_autocmds(EVENT_CURSORHOLD, NULL, NULL, FALSE, curbuf); 2666 apply_autocmds(EVENT_CURSORHOLD, NULL, NULL, FALSE, curbuf);
2667 update_screen(VALID); 2667 update_screen(VALID);
2668 showruler(FALSE); 2668 showruler(FALSE);
2669 setcursor(); 2669 setcursor();
2670 /* In case the commands moved the focus to another window
2671 * (temporarily). */
2672 if (need_mouse_correct)
2673 gui_mouse_correct();
2670 2674
2671 once_already = 1; 2675 once_already = 1;
2672 retval = 0; 2676 retval = 0;
2673 } 2677 }
2674 else 2678 else