comparison 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
comparison
equal deleted inserted replaced
13916:fdf2dbed6faa 13917:3111c8105199
435 nodes = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, free_node); 435 nodes = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, free_node);
436 436
437 wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL)); 437 wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
438 noecho(); 438 noecho();
439 refresh(); 439 refresh();
440 #if MAYBE_SOMEDAY
440 mousemask(ALL_MOUSE_EVENTS | REPORT_MOUSE_POSITION, NULL); 441 mousemask(ALL_MOUSE_EVENTS | REPORT_MOUSE_POSITION, NULL);
442 #endif
441 wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL)); 443 wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
442 werase(stdscr); 444 werase(stdscr);
443 wrefresh(stdscr); 445 wrefresh(stdscr);
444 446
445 g_type_init(); 447 g_type_init();