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