Crate terminput_termion

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.

§Feature Flags

  • termion_4 - uses termion 4 (default)

Functions§

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