Function tui_tools::cls::cls

source ·
pub fn cls()
Expand description

Clears the screen and moves the cursor to the top left

example:

use tui_tools::cls;
 
cls();