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) ...@@ -234,7 +234,7 @@ char sbbs_t::getkey(long mode)
else else
outchar(ch); outchar(ch);
while((coldkey=inkey(mode))==0 && online && !(sys_status&SS_ABORT)) while((coldkey=inkey(mode))==0 && online && !(sys_status&SS_ABORT))
checkline(); mswait(1);
bputs("\b \b"); bputs("\b \b");
if(coldkey==BS) if(coldkey==BS)
continue; 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