class
Velvet::Prompts::Menu
- Velvet::Prompts::Menu
- Reference
- Object
Defined in:
velvet/prompts/menu.crConstant Summary
-
CTRL_C =
"\u0003" -
DOWN =
"\e[B" -
ESC =
"\e" -
UP =
"\e[A"
Constructors
Class Method Summary
- .bottom_footer_line(text : String, cols : Int32 = terminal_columns) : String
- .fit_footer_text(text : String, cols : Int32, prefix_width : Int32 = 2) : String
- .footer_line(text : String) : String
- .render_bottom_statusbar(text : String)
- .terminal_columns : Int32
Instance Method Summary
Constructor Detail
def self.new(label : String, choices : Array(String), status_text : String | Nil = nil)
#