Docs.rs
termion-2.0.1
termion 2.0.1
Docs.rs crate page
MIT
Links
Documentation
Repository
Crates.io
Source
Owners
mmstick
jackpot51
ticki
Dependencies
numtoa ^0.1
normal
serde ^1.0
normal
libc ^0.2
normal
redox_syscall ^0.2
normal
redox_termios ^0.1
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module clear
Structs
?
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.