gyscos / cursive

A Text User Interface library for the Rust programming language
MIT License
4.26k stars 243 forks source link

Add missing Shift-Tab key event in Termion backend #743

Closed christoph-heiss closed 1 year ago

christoph-heiss commented 1 year ago

This fixes Shift-Tab detection (and thus circular focus view etc.) when using the Termion backend.

Greets!

gyscos commented 1 year ago

Thanks for the work!