comparison mcabber/src/screen.c @ 679:5933a8036672

Remove "This is the status window" message
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Jan 2006 17:40:00 +0100
parents ae7016aae014
children 1f8987e0e56c
comparison
equal deleted inserted replaced
678:e175f5d96f04 679:5933a8036672
605 werase(chatWnd); 605 werase(chatWnd);
606 } 606 }
607 607
608 /* Draw/init windows */ 608 /* Draw/init windows */
609 609
610 mvwprintw(chatWnd, 0, 0, "This is the status window"); 610 mvwprintw(chatWnd, 0, 0, "Thanks for using mcabber.\n");
611 mvwprintw(chatWnd, 1, 0, "http://www.lilotux.net/~mikael/mcabber/");
611 612
612 // - Draw/clear the log window 613 // - Draw/clear the log window
613 scr_draw_box(logWnd_border, 0, 0, Log_Win_Height, maxX, COLOR_GENERAL, 0, 0); 614 scr_draw_box(logWnd_border, 0, 0, Log_Win_Height, maxX, COLOR_GENERAL, 0, 0);
614 // Auto-scrolling in log window 615 // Auto-scrolling in log window
615 scrollok(logWnd, TRUE); 616 scrollok(logWnd, TRUE);