diff options
Diffstat (limited to 'event.c')
-rw-r--r-- | event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/event.c b/event.c index c324a65..39886b8 100644 --- a/event.c +++ b/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 (;;) { |