RosettaCodeData/Task/Terminal-control-Preserve-screen/Mathematica/terminal-control-preserve-screen.math
2023-07-01 13:44:08 -04:00

4 lines
119 B
Text

Run["tput smcup"] (* Save the display *)
Run["echo Hello"]
Pause[5] (* Wait five seconds *)
Run["tput rmcup"]