class

Term2::Components::Help

Inherits Term2::Model < Reference < Object

Constructors

Instance methods

desc_style
Source
desc_style=(desc_style : Style)
Source
ellipsis
Source
ellipsis=(ellipsis : String)
Source
ellipsis_style
Source
ellipsis_style=(ellipsis_style : Style)
Source
full_separator
Source
full_separator=(full_separator : String)
Source
key_style

Styles

Source
key_style=(key_style : Style)

Styles

Source
separator_style
Source
separator_style=(separator_style : Style)
Source
show_all=(show_all : Bool)
Source
show_all?
Source
update(msg : Msg) : Tuple(Help, Cmd)

Update is called when a message is received. Use it to inspect the message and, in response, update the model and/or send a command.

Source
view(key_map : KeyMap) : String
Source
view

View renders the program's UI, which is just a string. The view is rendered after every Update.

Source
view_full(key_map : KeyMap) : String
Source
view_short(key_map : KeyMap) : String
Source
width
Source
width=(width : Int32)
Source

Nested types