mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Windowing system fixes, doesn't crash anymore after window resizes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@577 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fc890ebd82
commit
a900cb580f
5 changed files with 14 additions and 18 deletions
|
|
@ -242,7 +242,7 @@ static void sig_mainwindow_resized(MAIN_WINDOW_REC *window)
|
|||
STATUSBAR_REC *rec;
|
||||
|
||||
rec = window->statusbar;
|
||||
rec->ypos = window->last_line+1;
|
||||
rec->ypos = window->first_line+window->lines;
|
||||
}
|
||||
|
||||
void statusbar_init(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue