diff options
author | Curtis McEnroe | 2019-02-22 14:19:20 -0500 |
---|---|---|
committer | Curtis McEnroe | 2019-02-22 14:19:20 -0500 |
commit | e7926629edff43d0d7939d4592ae1c5655403edb (patch) | |
tree | f7881f84e4435d8a092361969556aca624be7dd2 /event.c | |
parent | e20c64d5d72e341abf8dc3cb38d7cfec371faafc (diff) |
Show status window while connecting
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 39886b8..2561f09 100644 --- a/event.c +++ b/event.c @@ -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(); |