Skip to main content

Module multiline

Module multiline 

Source
Expand description

Multi-line text input — built on the Prompt trait.

Structs§

MultilinePrompt
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 when MultilinePrompt::show_submit is true.