ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Task: Fix key movement not working in menus #52

Closed ppebb closed 6 months ago

ppebb commented 6 months ago

Menus are broken, meaning selection of each element is broken. Unsure if this is because things are not being rerendered or if selection is broken. Should also stop the cursor from drawing since we only want the selected elements to appear underlined.

Addresses story #6

ppebb commented 6 months ago

Addressed by pr #55