mcabber/src/screen.c
changeset 966 d9acb7f2a3d1
parent 961 95659cf9ea1a
child 967 303408ef5e5d
child 1026 fc6060707022
--- a/mcabber/src/screen.c	Wed Sep 27 22:57:23 2006 +0200
+++ b/mcabber/src/screen.c	Thu Sep 28 21:36:58 2006 +0200
@@ -305,7 +305,6 @@
   intrflush(stdscr, FALSE);
   start_color();
   use_default_colors();
-  Curses = TRUE;
 
   ParseColors();
 
@@ -317,6 +316,7 @@
   inputLine[0] = 0;
   ptr_inputline = inputLine;
 
+  Curses = TRUE;
   return;
 }