Terminal control/Dimensions: Difference between revisions

Content added Content deleted
m (→‎using LINESIZE bif: added whitespace, changed ''case''. - ~~~~)
Line 285: Line 285:
* R4
* R4
* ROO
* ROO
support the '''LINESIZE''' built-in function which returns the (terminal) screen's width.
support the   '''LINESIZE'''   built-in function which returns the (terminal) screen's width.
<br><br>A sample usage of the '''linesize''' bif is:
<br><br>A sample usage of the &nbsp; '''LINESIZE''' &nbsp; bif is:
<lang rexx>width=linesize()</lang>
<lang rexx>width=linesize()</lang>