SPL Module Reference: termio
load "termio";
Terminal IO module
This module provides simple functions for controlling ANSI terminals.
builtin
termio_setpos(x, y);
builtin
termio_clear();
builting
termio_sleep();
builtin termio_setpos(x, y);
This function sets the current curos position
The X and Y coordinates are relative to the upper left corner.
The upper left corner has the coordinates (1, 1).
builtin termio_clear();
This function clears the screen.
builting termio_sleep();
This function sleeps for one second.