Question

I've got a menu in curses that I'd like to put multi-line descriptions onto.

My code puts the description fields on but they don't display if they don't fit on the line.

Curses is happy enough printing multi-line text as strings (not as menu descriptions)

Any ideas how to get multi-line descriptions working ?

Was it helpful?

Solution

I've given up on this and render my own scrollable list of items instead.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top