Docs.rs
termion-3.0.0
termion 3.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mmstick
jackpot51
ticki
Dependencies
numtoa ^0.1
normal
serde ^1.0
normal
libc ^0.2
normal
libredox ^0.0.2
normal
redox_termios ^0.1.3
normal
Versions
91.58%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
termion
3.0.0
Module clear
Structs
In crate termion
?
Module
termion
::
clear
source
·
[
−
]
Expand description
Clearing the screen.
Structs
AfterCursor
Clear everything after the cursor.
All
Clear the entire screen.
BeforeCursor
Clear everything before the cursor.
CurrentLine
Clear the current line.
UntilNewline
Clear from cursor to newline.