Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
markterm
v0.5.0
Top Level Namespace
Markd
TermRenderer
Terminal
Style
StyleStack
Generated using Crystal 1.12.2
2024-08-31 15:48:47 UTC
struct
Terminal::
StyleStack
Terminal::StyleStack
Struct
Value
Object
Defined in:
styles.cr
Constructors
.new
Macro Summary
apply_prop
(prop)
Instance Method Summary
#<<
(style : Style)
#apply
(input : String)
#current
: Style
#initialize
#last
: Style
#pop
: Style
Constructor Detail
def self.
new
#
[
View source
]
Macro Detail
macro
apply_prop
(prop)
#
[
View source
]
Instance Method Detail
def
<<
(style :
Style
)
#
[
View source
]
def
apply
(input : String)
#
[
View source
]
def
current
:
Style
#
[
View source
]
def
initialize
#
[
View source
]
def
last
:
Style
#
[
View source
]
def
pop
:
Style
#
[
View source
]