termion
0.0.1
Module clear
Module Items
Structs
In crate termion
termion
Module
clear
Copy item path
Source
Expand description
Clearing the screen.
Structs
ยง
After
Cursor
Clear everything after the cursor.
All
Clear the entire screen.
Before
Cursor
Clear everything before the cursor.
Current
Line
Clear the current line.
Until
Newline
Clear from cursor to newline.