commit | 63a121b750c186db52de3d3ffbe016b89df8970b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 11 21:36:39 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 11 21:36:39 2005 +0000 |
tree | bcd140852b4e38be7722daa58a1a79c8563b0474 | |
parent | b348038631bb7cf318c56c19bf3ccae87e525687 [diff] [blame] |
updated for version 7.0167
diff --git a/src/main.c b/src/main.c index 19bdb09..bd40c6c 100644 --- a/src/main.c +++ b/src/main.c
@@ -3492,6 +3492,15 @@ redir_off = save_ro; --emsg_skip; + /* A client can tell us to redraw, but not to display the cursor, so do + * that here. */ + setcursor(); + out_flush(); +#ifdef FEAT_GUI + if (gui.in_use) + gui_update_cursor(FALSE, FALSE); +#endif + return res; }