Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
termion-2.0.0
termion 2.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
redox_syscall ^0.2
normal
redox_termios ^0.1
normal
Versions
100%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
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.