Draw UI before connecting
Otherwise the "Traveling" message isn't visible while connecting.
This commit is contained in:
parent
cc30e13e9f
commit
0a417e28e2
1
event.c
1
event.c
@ -127,6 +127,7 @@ noreturn void eventLoop(void) {
|
||||
assert(!(curses.sa_flags & SA_SIGINFO));
|
||||
|
||||
uiFmt(TagStatus, UICold, "Traveling to %s...", self.host);
|
||||
uiDraw();
|
||||
int irc = ircConnect();
|
||||
|
||||
for (;;) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user