struct DisplayOptions

Defined in:

cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def back : Char #

[View source]
def back=(back : Char) #

[View source]
def fixed_width : Bool #

[View source]
def fixed_width=(fixed_width : Bool) #

[View source]
def fore : Char #

[View source]
def fore=(fore : Char) #

[View source]
def initialize #

[View source]
def leading : Int8 #

[View source]
def leading=(leading : Int8) #

[View source]
def tracking : Int8 #

[View source]
def tracking=(tracking : Int8) #

[View source]