about summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-09 00:24:49 -0400
committerJune McEnroe <june@causal.agency>2018-08-09 00:24:49 -0400
commita64f1a4ea2962e534673e27d85d92703c64201b0 (patch)
tree1bcf8ffdf2ae7280b406fe021619e9c61b83de6b /chat.c
parentAdd commands to tab complete (diff)
downloadcatgirl-a64f1a4ea2962e534673e27d85d92703c64201b0.tar.gz
catgirl-a64f1a4ea2962e534673e27d85d92703c64201b0.zip
Add URL detection, listing and opening
Might also add /copy, like /open.
Diffstat (limited to 'chat.c')
-rw-r--r--chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.c b/chat.c
index 4d3f505..b966fd1 100644
--- a/chat.c
+++ b/chat.c
@@ -31,7 +31,7 @@
 static void sigint(int sig) {
 	(void)sig;
 	input("/quit");
-	uiHide();
+	uiExit();
 	exit(EX_OK);
 }