Function ansi_control::clear_display
[−]
[src]
pub fn clear_display(pos: Pos) -> String
Clears part of screen. If pos is Pos::Back, clear from cursor to the end of the screen. If pos is Pos::Front, clear from cursor to beginning of the screen. If pos is Pos::Both, clear entire screen.