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: Column display of menu #90

Open svartkanin opened 7 months ago

svartkanin commented 7 months ago

Right now it seems only possible to display a vertical selection menu, however it would be quite useful to have a columnar display option.

This could save some space on the screen for the preview and other components.

IngoMeyer441 commented 7 months ago

This is a good idea. Probably, it would be even better to allow different positions and layouts for all components, but this would need a major rewrite of the code...