commit | 6bb683663ad7ae9c303284c335a731a13233c6c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 23:03:44 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 23:03:44 2005 +0000 |
tree | ae1a51eb5403b7182a3bdd4d16c86b4bc1705a7a | |
parent | fc73515f7ba66b47705265bb8d01c6bec5df09c4 [diff] [blame] |
updated for version 7.0063
diff --git a/src/os_unix.c b/src/os_unix.c index 284a68e..f41ed46 100644 --- a/src/os_unix.c +++ b/src/os_unix.c
@@ -4273,7 +4273,7 @@ /* May need to query the mouse position. */ if (WantQueryMouse) { - WantQueryMouse = 0; + WantQueryMouse = FALSE; mch_write((char_u *)IF_EB("\033[1'|", ESC_STR "[1'|"), 5); } #endif