Skip to content
Snippets Groups Projects
Commit 687a6731 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Pretend we know the screen width and that it's 132 columns wide

... for UIFC apps/scripts that have screen-width dependant behavior.
parent 26920170
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -109,6 +109,7 @@ int uifcinix(uifcapi_t* uifcapi)
setvbuf(stdin,NULL,_IONBF,0);
setvbuf(stdout,NULL,_IONBF,0);
api->scrn_len=24;
api->scrn_width=132;
api->initialized=TRUE;
return(0);
......
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