Irssi didn't redraw the screen properly when split windows were created but

were never set active.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2119 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-20 02:43:43 +00:00 committed by cras
commit 275c04a6aa
3 changed files with 15 additions and 4 deletions

View file

@ -176,6 +176,7 @@ MAIN_WINDOW_REC *mainwindow_create(void)
int space;
rec = g_new0(MAIN_WINDOW_REC, 1);
rec->dirty = TRUE;
rec->width = term_width;
if (mainwindows == NULL) {