문제

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 ?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top