Show status window while connecting
parent
e20c64d5d7
commit
e7926629ed
1
event.c
1
event.c
|
@ -126,6 +126,7 @@ noreturn void eventLoop(void) {
|
||||||
sigaction(SIGWINCH, &action, &curses);
|
sigaction(SIGWINCH, &action, &curses);
|
||||||
assert(!(curses.sa_flags & SA_SIGINFO));
|
assert(!(curses.sa_flags & SA_SIGINFO));
|
||||||
|
|
||||||
|
uiShowTag(TagStatus);
|
||||||
uiFmt(TagStatus, UICold, "Traveling to %s...", self.host);
|
uiFmt(TagStatus, UICold, "Traveling to %s...", self.host);
|
||||||
uiDraw();
|
uiDraw();
|
||||||
int irc = ircConnect();
|
int irc = ircConnect();
|
||||||
|
|
Loading…
Reference in New Issue