Jump to content

Terminal control/Clear the screen: Difference between revisions

Rexx
(→‎{{header|PureBasic}}: Added PureBasic)
(Rexx)
Line 15:
Clears the whole console content using the current background color.
<lang PureBasic>ClearConsole()</lang>
 
=={{header|Rexx}}==
 
The Rexx programming language does not include a facility to clear the screen. However, it might be possible to output ANSI control sequences, and there are various workarounds which are platform specific:
 
===[[brexx]]===
 
===[[regina]]===
 
The [[regina]] interpreter supports the [[rexxcurses]] plugin, which provides the facility to clear the screen:
 
 
=={{header|UNIX Shell}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.