Structs§
- Terminal
Attribute - type to display terminal attributes
Enums§
Traits§
- Style
Attributes - different terminal attributes
Functions§
- clear_
line - clear current line
- clear_
screen - clear screen and move cursor to top
- get_
terminal_ size - get the current terminal size.returns a tuple of ws_row and ws_col
- hide_
cursor - hide the terminal cursor
- move_
cursor - move cursor to row,col;
- move_
cursor_ down - move cursor x line down
- move_
cursor_ up - move cursor x line up
- restore_
cursor_ pos - restore cursor position
- save_
cursor_ pos - save current cursor position
- set_
scrollable_ region - show_
cursor - show the terminal cursor