From b982f70d4b386e41bb9e59f414c26d28e9fe7229 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Thu, 25 Aug 2011 14:15:46 +0400 Subject: [PATCH] Value accuracy of mouse_enabled global variable. Signed-off-by: Andrew Borodin --- lib/tty/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tty/mouse.c b/lib/tty/mouse.c index 04a748a75..d2f917f32 100644 --- a/lib/tty/mouse.c +++ b/lib/tty/mouse.c @@ -121,7 +121,7 @@ enable_mouse (void) use_mouse_p = MOUSE_NONE; return; } - mouse_enabled = 1; + mouse_enabled = TRUE; } break; #endif /* HAVE_LIBGPM */ -- 2.11.4.GIT