class

Term::Prompt::Multiline

Inherits Term::Prompt::Question / Term::Prompt::Question::Validators / Reference / Object

Constants

HELP = "(Press CTRL-D or CTRL-Z to finish)"

Constructors

new(prompt, help : String = HELP, **options)
Source

Instance methods

help
Source
help=(help : String)
Source
keyenter
Source
keyreturn
Source
process_input(question)

Decide how to handle input from user

Source
read_input
Source
refresh(lines, lines_to_clear)

Determine area of the screen to clear

Source
render_question

Render question

Source