IngoMeyer441 / simple-term-menu

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

Long lines are cut in terminal #44

Open Stranger65536 opened 2 years ago

Stranger65536 commented 2 years ago

Is it possible to wrap long lines instead of cutting them?

image

IngoMeyer441 commented 2 years ago

This is not implemented at the moment. It needs probably many code changes because the code assumes that each entry uses exactly one line.