console/gntui.c@463b4fa9f067
console/gntui.c
Wed, 18 Oct 2006 16:28:51 +0000
- author
- Ma Yuan <mayuan2006@gmail.com>
- date
- Wed, 18 Oct 2006 16:28:51 +0000
- branch
- soc.2006.msnp13
- changeset 13912
- 463b4fa9f067
- parent 13852
-
1d3ae9f34d42
- child 13919
-
94caf5dc02b4
- permissions
- -rw-r--r--
[gaim-migrate @ 17523]
accurate with the Offline Message send's Fault Code recognize and resend the OIM Get Message.
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
#include "gntui.h"
void init_gnt_ui()
{
gnt_init();
wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
werase(stdscr);
/*box(stdscr, ACS_VLINE, ACS_HLINE);*/
wrefresh(stdscr);
/* Initialize the buddy list */
gg_blist_init();
gaim_blist_set_ui_ops(gg_get_blist_ui_ops());
gnt_main();
}