Still some fixes for curseses without wresize() or resizeterm().

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@579 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-08-10 20:01:32 +00:00 committed by cras
commit 92e0995223
3 changed files with 23 additions and 2 deletions

View file

@ -24,6 +24,7 @@ void mainwindow_destroy(MAIN_WINDOW_REC *window);
void mainwindows_redraw(void);
void mainwindows_resize(int ychange, int xchange);
void mainwindows_recreate(void);
int mainwindows_reserve_lines(int count, int up);