From a64f1a4ea2962e534673e27d85d92703c64201b0 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 9 Aug 2018 00:24:49 -0400 Subject: Add URL detection, listing and opening Might also add /copy, like /open. --- chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chat.c') 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); } -- cgit 1.4.1