IngoMeyer441 / simple-term-menu

A Python package which creates simple interactive menus on the command line.
MIT License
492 stars 43 forks source link

Feature request: Max height for list (scrollable) #89

Open johannes-braunias opened 7 months ago

johannes-braunias commented 7 months ago

I happen to use very long lists (length > 100), and for scripts it would be more beautiful to have the list appear only on a part of the screen, so that the list only takes up a definable number of lines and the rest of the list can be accessed by scrolling.

IngoMeyer441 commented 7 months ago

Thanks for your feature request. This should be doable without many code modifications. I will look into this within the next days.