Mercurial > pidgin
view console/gntui.c @ 19815:bffd1b96207c
[gaim-migrate @ 16968]
fix the foolish code of processing the "USR TWN S"'s fs string
add some comment
committed by Ma Yuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Tue, 22 Aug 2006 02:55:14 +0000 |
parents | 0e1e59770cb0 |
children | d341b5ac1a78 |
line wrap: on
line source
#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(); }