gphalkes / tilde

The Tilde text editor
395 stars 21 forks source link

A few mouse issues in TTY #39

Closed magiblot closed 5 years ago

magiblot commented 5 years ago

Hi gphalkes, excuse me again for bothering during the holidays but I insist there is no need at all to rush. Anyway, I experienced a few non-critical issues related to the mouse while using tilde in the TTY and I thought it best to gather them in a single issue report. Here they are:

(I also recorded them here: https://drive.google.com/open?id=1zjHKYmcgR36voWHIo7LK0w7qxOydwRk2)

If you ask me, the only one which may be annoying is the pointer disappearing when browsing the menus. The other ones can barely be noticed.

Thank you very much!

gphalkes commented 5 years ago

The first issue you mention should be fixed in commit https://github.com/gphalkes/t3widget/commit/bdab583739842658c6905eaa0338cd36598bafc2.

The missing mouse pointer should be fixable, but will be somewhat tricky (notes for fixing: need to call Gpm_DrawPointer and set gpm_visiblepointer, but this needs to be done at the right time, i.e. on screen update)

I haven't looked into the issues with the menus yet.

gphalkes commented 5 years ago

As of commit https://github.com/gphalkes/t3widget/commit/402b322e6f699c177f486a446b2d56f234ca6c95 the remaining issues should be fixed. They will be included in the next release, which will be done soon.

Thanks for the very detailed bug report! Having such detail makes it much easier to debug the issues.

magiblot commented 5 years ago

Awesome! Thank you very much 😊