struct Terminal::StyleStack

Defined in:

styles.cr

Constructors

Macro Summary

Instance Method Summary

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]