Crate terminput_termion

Source
Expand description

§terminput-termion

crates.io docs.rs Dependency Status license CI codecov GitHub repo size Lines of Code

terminput-termion provides helper functions for converting between terminput and termion types.

Functions§

to_terminput
Converts the termion event to a terminput event.
to_termion
Converts the terminput event to a termion event.