mcabber/src/screen.c
changeset 1386 8e763c2c331f
parent 1382 1447c5296977
child 1390 753a348c65c1
equal deleted inserted replaced
1385:7ca57f7e313c 1386:8e763c2c331f
   759   nonl();
   759   nonl();
   760   intrflush(stdscr, FALSE);
   760   intrflush(stdscr, FALSE);
   761   start_color();
   761   start_color();
   762   use_default_colors();
   762   use_default_colors();
   763 
   763 
       
   764   if (settings_opt_get("escdelay")) {
       
   765 #ifdef HAVE_ESCDELAY
       
   766     ESCDELAY = (unsigned) settings_opt_get_int("escdelay");
       
   767 #else
       
   768     scr_LogPrint(LPRINT_LOGNORM, "ERROR: no ESCDELAY support.");
       
   769 #endif
       
   770   }
       
   771 
   764   ParseColors();
   772   ParseColors();
   765 
   773 
   766   getmaxyx(stdscr, maxY, maxX);
   774   getmaxyx(stdscr, maxY, maxX);
   767   Log_Win_Height = DEFAULT_LOG_WIN_HEIGHT;
   775   Log_Win_Height = DEFAULT_LOG_WIN_HEIGHT;
   768   // Note scr_DrawMainWindow() should be called early after scr_InitCurses()
   776   // Note scr_DrawMainWindow() should be called early after scr_InitCurses()