GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
688 stars 13 forks source link

CTRL+C raises auto-search function #24

Closed GiorgosXou closed 1 year ago

GiorgosXou commented 1 year ago

just a reminder to return when event is null 0, because i forgot about it and i was wondering why i had this issue lol

just add this line, under the handle_events function

if event == 0: return
GiorgosXou commented 1 year ago

https://github.com/GiorgosXou/TUIFIManager/blob/master/CHANGELOG.md#v-200