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§

key_to_termionNon-Windows
Converts the terminput KeyEvent to a termion Key.
to_terminputNon-Windows
Converts the termion Event to a terminput Event.
to_terminput_keyNon-Windows
Converts the termion Key to a terminput KeyEvent.
to_terminput_mouseNon-Windows
Converts the termion MouseEvent to a terminput MouseEvent.
to_termionNon-Windows
Converts the terminput Event to a termion Event.
to_termion_mouseNon-Windows
Converts the terminput MouseEvent to a termion MouseEvent.