Terminal control/Dimensions: Difference between revisions

Content added Content deleted
No edit summary
Line 481: Line 481:
The above example makes use of   '''SCRSIZE'''   REXX program (of BIF) which is used to determine the screen size of the terminal (console).
The above example makes use of   '''SCRSIZE'''   REXX program (of BIF) which is used to determine the screen size of the terminal (console).
<br>The &nbsp; '''SCRSIZE.REX''' &nbsp; REXX program is included here ──► [[SCRSIZE.REX]].<br>
<br>The &nbsp; '''SCRSIZE.REX''' &nbsp; REXX program is included here ──► [[SCRSIZE.REX]].<br>

=={{header|Ring}}==
<lang ring>
system("mode 50,20")
</lang>


=={{header|Ruby}}==
=={{header|Ruby}}==