You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like interactiveSelectList does not work reasonably when the number if items is larger than terminal height. It doesn't scroll as I would have expected it to do.
Tested in XTerm and Gnome Terminal on Ubuntu Linux with Java 21.
The text was updated successfully, but these errors were encountered:
ajalt
changed the title
interactiveSelectList does not work reasonably when the number if items is larger than terminal height
interactiveSelectList should scroll when the number if items is larger than terminal height
Jan 14, 2025
You're right. If you wanted to do that now, you'd have to manually animate a SelectList widget. We could add the viewport to the widget created by interactiveSelectList to make that easier.
It seems like
interactiveSelectList
does not work reasonably when the number if items is larger than terminal height. It doesn't scroll as I would have expected it to do.Tested in XTerm and Gnome Terminal on Ubuntu Linux with Java 21.
The text was updated successfully, but these errors were encountered: