Terminal control/Preserve screen: Difference between revisions

Content added Content deleted
m (removed the omit from REXX, --- REXX already has an entry on this Rosetta Code task!)
(→‎{{header|REXX}}: added a link to the SCRSIZE REXX program.)
Line 124: Line 124:
call cursor r_,c_ /*restore the original cursor pos*/
call cursor r_,c_ /*restore the original cursor pos*/
/*stick a fork in it, we're done.*/</lang>
/*stick a fork in it, we're done.*/</lang>
This REXX program makes use of &nbsp; '''SCRSIZE''' &nbsp; REXX program (or 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>


=={{header|Tcl}}==
=={{header|Tcl}}==