Mercurial > pidgin
changeset 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 | 61ba85cf05a6 |
files | console/libgnt/gntmain.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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);