vonshednob / pter

Manage your todo.txt in a commandline user interface (TUI)
https://vonshednob.cc/pter/
MIT License
102 stars 6 forks source link

todo list scrolling broken since 3.15.0 #37

Closed andrei-a-papou closed 6 months ago

andrei-a-papou commented 6 months ago

I've loaded 60+ todos (so now they don't fit on one screen) and noticed that down-scrolling started behaving erratically. As you scroll down, the Page Down and Down keys get "stuck" and I cannot reach the last todo item. The End key doesn't focus the last item either. If the todos fit on one screen, there's no issue.

I've switched back to 3.14.0 and the problem is NOT there. I can scroll with Page Up and Page Down just fine. So it looks like a regression.

vonshednob commented 6 months ago

Thanks a lot for pointing it out! I’ll try to get to it this evening!

andrei-a-papou commented 6 months ago

No worries, I'll be happy to test it once the fix is available. Using 3.14.0 for now.

vonshednob commented 6 months ago

I didn't even have to! onovy fixed it with this pull request :grinning:

vonshednob commented 6 months ago

The fix is in 3.15.1

andrei-a-papou commented 6 months ago

cool beans, scrolling works again!