Expand description
Multi-line text input — built on the Prompt trait.
Structs§
- Multiline
Prompt - Builder returned by
multiline().
Functions§
- multiline
- Ask the user for multiple lines of text. Enter inserts a newline; submit
by pressing Enter on an empty line, or by Tab-focusing the on-screen
[ submit ]button whenMultilinePrompt::show_submitistrue.