summary refs log tree commit diff
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
parentReorganize UI code for the umpteenth time (diff)
downloadcatgirl-e7926629edff43d0d7939d4592ae1c5655403edb.tar.gz
catgirl-e7926629edff43d0d7939d4592ae1c5655403edb.zip
Show status window while connecting
-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();
an title='2018-09-10 19:47:11 -0400'>2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe Ridiculous. 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe