Module term::terminfo
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Terminfo database interface.
Modules
parm |
[ Experimental ] Parameterized string expansion |
parser |
[ Experimental ] TermInfo format parsing. ncurses-compatible compiled terminfo format parsing (term(5)) |
searcher |
[ Experimental ] ncurses-compatible database discovery |
Structs
TermInfo |
[ Experimental ] A parsed terminfo database entry. |
TerminfoTerminal |
[ Experimental ] A Terminal that knows how many colors it supports, with a reference to its parsed Terminfo database record. |
Enums
Error |
[ Experimental ] A terminfo creation error. |