benjajaja / ratatui-image

Ratatui widget for rendering image graphics in terminals that support it
https://crates.io/crates/ratatui-image
MIT License
96 stars 14 forks source link

Improve docs on where Picker methods should be called relative to other ratatui setup #33

Closed SUPERCILEX closed 1 month ago

SUPERCILEX commented 1 month ago

Calling it after entering alternate screen ensures characters aren't left over after closing the app and calling it before reading events ensures you don't get garbage key presses.