Bugfixes for the windowing system.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@548 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-29 17:59:22 +00:00 committed by cras
commit 9fbc842c7b
3 changed files with 24 additions and 15 deletions

View file

@ -61,7 +61,6 @@ static void create_curses_window(MAIN_WINDOW_REC *window)
{
window->curses_win =
subwin(stdscr, window->lines, COLS, window->first_line, 0);
scrollok(window->curses_win, TRUE);
}
static void mainwindow_resize(MAIN_WINDOW_REC *window, int ychange, int xchange)