summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-20 02:43:43 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-20 02:43:43 +0000
commit275c04a6aadf38e628a26c0a7e1d458469bec88c (patch)
treed6351858e4afe38f2576e5186153dfb93fb81dd0 /src/fe-text/mainwindows.c
parent29aa8ef2c83035e51caacf97df214385b01cb620 (diff)
downloadirssi-275c04a6aadf38e628a26c0a7e1d458469bec88c.zip
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
Diffstat (limited to 'src/fe-text/mainwindows.c')
-rw-r--r--src/fe-text/mainwindows.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/mainwindows.c b/src/fe-text/mainwindows.c
index 13f94e27..211fdb51 100644
--- a/src/fe-text/mainwindows.c
+++ b/src/fe-text/mainwindows.c
@@ -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) {