diff mcabber/src/main.c @ 518:9480a76471b6

Update Log_Win_Height when refreshing the screen It allows live modification of the 'log_win_height' option. The log window height is reduced when the screen height is reduced too much, too.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 14 Nov 2005 18:34:57 +0100
parents 2ea7591584ab
children aee9a279a0f3
line wrap: on
line diff
--- a/mcabber/src/main.c	Mon Nov 14 18:17:47 2005 +0100
+++ b/mcabber/src/main.c	Mon Nov 14 18:34:57 2005 +0100
@@ -234,8 +234,6 @@
   /* Initialize N-Curses */
   scr_LogPrint(LPRINT_DEBUG, "Initializing N-Curses...");
   scr_InitCurses();
-
-  scr_LogPrint(LPRINT_DEBUG, "Drawing main window...");
   scr_DrawMainWindow(TRUE);
 
   optval   = (settings_opt_get_int("logging") > 0);