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
684 stars 13 forks source link

Hover Effect on Windows #60

Open GiorgosXou opened 1 year ago

GiorgosXou commented 1 year ago

I'm really buffled by the mouse support of PDcurses, wierd stuff happening, where if the bstate is 0 (or even quit the app with bstate 0), then real-time mouse coordinates work fine unitl I click or scroll and the bstate change then I get nothing

GiorgosXou commented 1 year ago

Thankfully I kinda understand the flow of how the pdcurses code work, so I might be able to figure it out, make a patch and add new binaries (like I did with this pr that hasn't got merged yet but exists in the binaries of the unicurses lol)

GiorgosXou commented 1 year ago

wierd flex right here with an unnecessary reference to a pr but ok... that's me right now lol

GiorgosXou commented 1 year ago

I said kinda, not really

GiorgosXou commented 9 months ago

https://github.com/wmcbrine/PDCurses/issues/154