gyscos / cursive

A Text User Interface library for the Rust programming language
MIT License
4.29k stars 243 forks source link

is multiline SelectView labels supported? #371

Open sprajagopal opened 5 years ago

sprajagopal commented 5 years ago

Asking for help

Problem description

How to create a selectview with multiline labels?

Environment


* Cursive version (from crates.io, from git, ...)
Cursive 0.12.0
gyscos commented 5 years ago

Hi, and thanks for the report!

At first SelectView was limited to single-line labels because it was easier for scrolling, but now that we have ScrollView, we could probably remove this limitation.

sprajagopal commented 5 years ago

@gyscos Awesome! Any temporary workaround you'd suggest for now?