summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-22 23:03:44 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-22 23:03:44 +0000
commit6bb683663ad7ae9c303284c335a731a13233c6c2 (patch)
treeae1a51eb5403b7182a3bdd4d16c86b4bc1705a7a /src/os_unix.c
parentfc73515f7ba66b47705265bb8d01c6bec5df09c4 (diff)
downloadvim-6bb683663ad7ae9c303284c335a731a13233c6c2.zip
updated for version 7.0063
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
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