diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-22 23:03:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-22 23:03:44 +0000 |
commit | 6bb683663ad7ae9c303284c335a731a13233c6c2 (patch) | |
tree | ae1a51eb5403b7182a3bdd4d16c86b4bc1705a7a /src/os_unix.c | |
parent | fc73515f7ba66b47705265bb8d01c6bec5df09c4 (diff) | |
download | vim-6bb683663ad7ae9c303284c335a731a13233c6c2.zip |
updated for version 7.0063
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 284a68e3d..f41ed464b 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -4273,7 +4273,7 @@ WaitForChar(msec) /* 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 |