summary refs log tree commit diff
path: root/event.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-22 14:19:20 -0500
committerJune McEnroe <june@causal.agency>2019-02-22 14:19:20 -0500
commite7926629edff43d0d7939d4592ae1c5655403edb (patch)
treef7881f84e4435d8a092361969556aca624be7dd2 /event.c
parentReorganize UI code for the umpteenth time (diff)
downloadcatgirl-e7926629edff43d0d7939d4592ae1c5655403edb.tar.gz
catgirl-e7926629edff43d0d7939d4592ae1c5655403edb.zip
Show status window while connecting
Diffstat (limited to '')
-rw-r--r--event.c1
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();