开发者

Multi-line menu item descriptions in curses

开发者 https://www.devze.com 2022-12-17 04:47 出处:网络
I\'ve 开发者_StackOverflow中文版got a menu in curses that I\'d like to put multi-line descriptions onto.

I've 开发者_StackOverflow中文版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.

0

精彩评论

暂无评论...
验证码 换一张
取 消