From 108d0c5d1d643190c243cb6a8d67393280db8e12 Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Tue, 8 Jul 2014 00:47:45 +0100 Subject: [PATCH] Make the new banner appear on the status window if there is one This avoids it appearing in the last active window after a /layout save on a previous run. --- src/fe-text/irssi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fe-text/irssi.c b/src/fe-text/irssi.c index a77ded49..64578dde 100644 --- a/src/fe-text/irssi.c +++ b/src/fe-text/irssi.c @@ -205,8 +205,7 @@ static void textui_finish_init(void) signal_emit("irssi init finished", 0); statusbar_redraw(NULL, TRUE); - printtext_window(active_win, MSGLEVEL_CRAP, - "%s", banner_text); + printtext(NULL, NULL, MSGLEVEL_CRAP|MSGLEVEL_NO_ACT, "%s", banner_text); if (display_firsttimer) { printtext_window(active_win, MSGLEVEL_CRAP,