mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
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.
This commit is contained in:
parent
a9ff985a91
commit
108d0c5d1d
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue