mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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:
parent
ca402b6f66
commit
9fbc842c7b
3 changed files with 24 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue