Show status window while connecting

weechat-hashes
Curtis McEnroe 2019-02-22 14:19:20 -05:00
parent e20c64d5d7
commit e7926629ed
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ noreturn void eventLoop(void) {
sigaction(SIGWINCH, &action, &curses);
assert(!(curses.sa_flags & SA_SIGINFO));
uiShowTag(TagStatus);
uiFmt(TagStatus, UICold, "Traveling to %s...", self.host);
uiDraw();
int irc = ircConnect();