Skip to content
Snippets Groups Projects
Commit 8b79b9ab authored by rswindell's avatar rswindell
Browse files

Bugfix (introduced in rev 1.35): allow control keys (e.g. Ctrl-U) to have

effect while waiting for paged node to respond (or the wait to be aborted)
by calling inkey(), which also gives us the yield needed (replacing the
SLEEP(500) call), but the yield is immediately aborted when a key is hit.
parent b5df4900
No related branches found
No related tags found
No related merge requests found
......@@ -784,7 +784,7 @@ void sbbs_t::privchat(bool local)
checkline();
gettimeleft();
SYNC;
SLEEP(500);
inkey(K_NONE,500);
}
}
}
......
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