ratatui-eventInput
Unifies input handling from crossterm, termion and termwiz It is meant to be used by ratatui libraries to make input handling easier, or allow people using a library to specify what input to listen to
basic usage
The different are all disabled by default, so need the features to use them:
= { = "1.0", = ["crossterm", "termion", "termwiz"] }
After that just use a function like this to handle the input:
use ;
Acknowledgments
This library does not support all inputs the backends give and is mostly based on the inputs that crossterm uses.