ArthurSonzogni / json-tui

A JSON terminal UI made in C++
MIT License
334 stars 14 forks source link

Output not scrolling if oversized #22

Closed prajnoha closed 1 year ago

prajnoha commented 1 year ago

I'm trying this tool - it looks really great and useful. I'm just running into what might be a possible bug. After expanding the output to "table view" and whenever that output doesn't fit current cmd line window, the output does not scroll when I get to the last line at the very bottom of the window and then I want to move further down (the highlight for cursor is lost and there's no scrolling happening). Is there any key shortcut to manually scroll the output or is this just a bug? Thanks.

prajnoha commented 1 year ago

I'm not sure how it's related, but I can reproduce 100% with 58853c7dbfc84143909aa0a9686f5640bcf13e65. With fed69798883f5df1b249cec98a2b89889697ff19, it all works as expected.