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

Set stdin to non-buffered (to hopefully solve problem on FreeBSD).

parent 361add0f
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ int uifcinix(uifcapi_t* uifcapi)
api->input=uinput;
api->sethelp=sethelp;
setvbuf(stdin,NULL,_IONBF,0);
setvbuf(stdout,NULL,_IONBF,0);
api->scrn_len=24;
......
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