Mercurial > pidgin.yaz
comparison console/libgnt/gntmain.c @ 14977:1c0772f7260b
[gaim-migrate @ 17755]
Decide the values for ctrl-up/down at startup depending on $TERM.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 15 Nov 2006 20:39:32 +0000 |
parents | 1bd0456fe1c3 |
children | acc8a838ad94 |
comparison
equal
deleted
inserted
replaced
14976:2ccce4e114ca | 14977:1c0772f7260b |
---|---|
322 filename = g_build_filename(g_get_home_dir(), ".gntrc", NULL); | 322 filename = g_build_filename(g_get_home_dir(), ".gntrc", NULL); |
323 gnt_style_read_configure_file(filename); | 323 gnt_style_read_configure_file(filename); |
324 g_free(filename); | 324 g_free(filename); |
325 | 325 |
326 gnt_init_colors(); | 326 gnt_init_colors(); |
327 gnt_init_keys(); | |
327 | 328 |
328 wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL)); | 329 wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL)); |
329 refresh(); | 330 refresh(); |
330 | 331 |
331 #ifdef ALL_MOUSE_EVENTS | 332 #ifdef ALL_MOUSE_EVENTS |