commit | cd71fa3c1e5749285c3aa08dd9b3aa7b33e9a7fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 22:46:48 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 22:46:48 2005 +0000 |
tree | 36a1983ed08c957e293e17942ab742ce77cdf942 | |
parent | df7b1ffe999e87cc67e23dc423f995cb56bc6fee [diff] [blame] |
updated for version 7.0059
diff --git a/src/gui.c b/src/gui.c index 4b6bd97..4537820 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -2667,6 +2667,10 @@ update_screen(VALID); showruler(FALSE); setcursor(); + /* In case the commands moved the focus to another window + * (temporarily). */ + if (need_mouse_correct) + gui_mouse_correct(); once_already = 1; retval = 0;