From 219d1c2e49587ff96abf6c48030984837269fdfc Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 4 May 2002 07:29:42 +0000
Subject: [PATCH] getkey() now releases time-slices while waiting for "cold
 key" input.

---
 src/sbbs3/getkey.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/getkey.cpp b/src/sbbs3/getkey.cpp
index 20b0693a35..af909077e0 100644
--- a/src/sbbs3/getkey.cpp
+++ b/src/sbbs3/getkey.cpp
@@ -234,7 +234,7 @@ char sbbs_t::getkey(long mode)
 				else
 					outchar(ch);
 				while((coldkey=inkey(mode))==0 && online && !(sys_status&SS_ABORT))
-					checkline();
+					mswait(1);
 				bputs("\b \b");
 				if(coldkey==BS)
 					continue;
-- 
GitLab