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

ansi_getlines releases timeslices while waiting for ANSI cursor position report.

parent 6ffdb779
No related branches found
No related tags found
No related merge requests found
......@@ -103,12 +103,11 @@ void sbbs_t::ansi_getlines()
&& online==ON_REMOTE) { /* Remote */
SYNC;
putcom("\x1b[s\x1b[99B\x1b[6n\x1b[u");
while(online && !rioctl(RXBC) /* && !lkbrd(1) */)
checkline();
while(online && !rioctl(RXBC))
mswait(1);
inkey(0); }
}
void sbbs_t::ansi_getxy(int* x, int* y)
{
int rsp=0, ch;
......
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