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

Scroll wheel not working on Windows #49

Closed GiorgosXou closed 1 year ago

GiorgosXou commented 1 year ago

https://github.com/GiorgosXou/TUIFIManager/blob/6efabe6c4a706ccafcc8c7bba8a26ac6b7fc54ec/TUIFIManager/__init__.py#L751

https://github.com/GiorgosXou/TUIFIManager/blob/6efabe6c4a706ccafcc8c7bba8a26ac6b7fc54ec/TUIFIManager/TUItilities.py#L115

So it seems like pdcurses having issues with returning the position when (and only when) scrolling is performed

GiorgosXou commented 1 year ago

https://github.com/unicurses/unicurses/issues/28 https://github.com/wmcbrine/PDCurses/issues/88