comparison console/libgnt/gntmain.c @ 13860:c1e3f7c75c3f

[gaim-migrate @ 16321] Sean suggested displaying a tooltip in the buddylist (http://gaim.sourceforge.net/sean/gntmock.png). This (http://img157.imageshack.us/img157/1793/q4jb.png) is close. You can press Escape to hide the tooltip. I haven't yet managed to refresh widgets when other widgets covering it are destroyed. So some parts of the border around the buddylist gets erased. I am going to try to fix it. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Jun 2006 19:41:31 +0000
parents 0e1e59770cb0
children 5642f4658b59
comparison
equal deleted inserted replaced
13859:60278852c20c 13860:c1e3f7c75c3f
88 io_invoke, NULL); 88 io_invoke, NULL);
89 89
90 setlocale(LC_ALL, ""); 90 setlocale(LC_ALL, "");
91 initscr(); 91 initscr();
92 start_color(); 92 start_color();
93 /*use_default_colors();*/
94 gnt_init_colors(); 93 gnt_init_colors();
95 94
96 max_x = getmaxx(stdscr); 95 max_x = getmaxx(stdscr);
97 max_y = getmaxy(stdscr); 96 max_y = getmaxy(stdscr);
98 97