# HG changeset patch # User Sadrul Habib Chowdhury # Date 1151985059 0 # Node ID 3111c8105199a0bd945c150d6ac5b550a165bad8 # Parent fdf2dbed6faa50c651f889dfd09b141d1553581e [gaim-migrate @ 16419] I am not handling mouse-events yet. So disable reporting the events. committer: Tailor Script diff -r fdf2dbed6faa -r 3111c8105199 console/libgnt/gntmain.c --- 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);