summary refs log tree commit diff
diff options
context:
space:
mode:
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();