diff console/libgnt/gntmain.c @ 13917:3111c8105199

[gaim-migrate @ 16419] I am not handling mouse-events yet. So disable reporting the events. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 04 Jul 2006 03:50:59 +0000
parents fdf2dbed6faa
children 0febf380b473
line wrap: on
line diff
--- a/console/libgnt/gntmain.c	Tue Jul 04 01:32:39 2006 +0000
+++ b/console/libgnt/gntmain.c	Tue Jul 04 03:50:59 2006 +0000
@@ -437,7 +437,9 @@
 	wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
 	noecho();
 	refresh();
+#if MAYBE_SOMEDAY
 	mousemask(ALL_MOUSE_EVENTS | REPORT_MOUSE_POSITION, NULL);
+#endif
 	wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
 	werase(stdscr);
 	wrefresh(stdscr);