jwlodek / py_cui

A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
https://jwlodek.github.io/py_cui-docs
BSD 3-Clause "New" or "Revised" License
759 stars 42 forks source link

Allow multi-line items for scroll_menu #175

Open TehPirat3 opened 2 years ago

TehPirat3 commented 2 years ago

Having the ability to support multi-line items in the scroll_menu is useful for long text items. A hack I'm forced to use right now is splitting the long item into multiple items and be careful which I interact with for my mouse event.

Also having multi-line pop-ups would be incredibly helpful