class CryTUI::Cell

Defined in:

crytui/buffer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(symbol : String = " ", style : CryTUI::Style = Style.new, continuation : Bool = false) #

[View source]

Instance Method Detail

def continuation=(continuation : Bool) #

[View source]
def continuation? : Bool #

[View source]
def copy : Cell #

[View source]
def reset #

[View source]
def style : Style #

[View source]
def style=(style : Style) #

[View source]
def symbol : String #

[View source]
def symbol=(symbol : String) #

[View source]