class Beeline
Included Modules
Defined in:
beeline.cr
Constant Summary
-
BASH_START_COUNTING =
"\u0002"
-
BASH_STOP_COUNTING =
"\u0001"
-
ESCAPE =
"\e["
-
VERSION =
"0.4.0"
Class Method Summary
Instance Method Summary
Instance methods inherited from module BLine::Colors
back(color : Color)
back,
color_escape_code(layer : Layer, color : Color)
color_escape_code,
fore(color : Color)
fore,
nolayer0(color : Color)
nolayer0,
nolayer1(color : Color)
nolayer1,
nolayer2(color : Color)
nolayer2
Instance methods inherited from module BLine::Symbols
branch
branch,
checkmark
checkmark,
ellipsis
ellipsis,
newline
newline,
pad_around(&)
pad_around,
padding
padding,
snowflake
snowflake,
triangle_left
triangle_left,
triangle_left_empty
triangle_left_empty,
triangle_right
triangle_right,
triangle_right_empty
triangle_right_empty
Class Method Detail
Instance Method Detail
def
escape(code : String)
#