From 48feffd829f30d393b39ae1cbdc7bf3eddca7652 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 18 Feb 2026 13:08:23 -0500 Subject: WIP, still not working. --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc.c') diff --git a/src/irc.c b/src/irc.c index db86b12..c82baad 100644 --- a/src/irc.c +++ b/src/irc.c @@ -355,7 +355,7 @@ void irc_loop(void) { while(1) { if(!irc_read()) return; - if(kbhit()) + if(OS.ch != 0xff) if(joined) keystroke(); else join_channel(); -- cgit v1.2.3