Skip to content
Snippets Groups Projects
Commit 219d1c2e authored by rswindell's avatar rswindell
Browse files

getkey() now releases time-slices while waiting for "cold key" input.

parent 8600ffaf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment