Crate terminput_termwiz

Source
Expand description

§terminput-termwiz

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

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

Functions§

mouse_to_termwiz
Converts the terminput MouseEvent to a termwiz MouseEvent.
to_terminput
Converts the termwiz InputEvent to a terminput Event.
to_terminput_key
Converts the termwiz KeyEvent to a terminput KeyEvent.
to_terminput_mouse
Converts the termwiz MouseEvent to a terminput MouseEvent.
to_termwiz
Converts the terminput Event to a termwiz InputEvent.
to_termwiz_key
Converts the terminput KeyEvent to a termwiz KeyEvent.