class Term::Prompt::Multiline

Defined in:

prompt/multiline.cr

Constant Summary

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

Constructors

Instance Method Summary

Instance methods inherited from class Term::Prompt::Question

call(message : Nil | String = "", &block : self -> )
call(message = "")
call
, convert_result(value) convert_result, default : String? default, default? default?, echo : Bool echo, echo=(echo : Bool) echo=, echo? : Bool echo?, errors : Array(String) errors, inspect inspect, palette : Palette palette, palette=(palette : Palette) palette=, prefix : String prefix, prefix=(prefix : String) prefix=, process_input(question) process_input, question : String | Nil question, read_input(question) read_input, refresh(lines, lines_to_clear) refresh, render render, render_error(errors) render_error, render_warning(warnings) render_warning, to_s(io) to_s, validators : Array(Validator | ValidatorProc) validators, value : String | Nil value, warnings : Array(String) warnings

Constructor methods inherited from class Term::Prompt::Question

new(prompt : Term::Prompt, **options) new

Constructor Detail

def self.new(prompt, help : String = HELP, **options) #

[View source]

Instance Method Detail

def help : String #

[View source]
def help=(help : String) #

[View source]
def keyenter #

[View source]
def keyreturn #

[View source]
def process_input(question) #
Description copied from class Term::Prompt::Question

Decide how to handle input from user


[View source]
def read_input #

[View source]
def refresh(lines, lines_to_clear) #
Description copied from class Term::Prompt::Question

Determine area of the screen to clear


[View source]
def render_question #
Description copied from class Term::Prompt::Question

Render question


[View source]