struct Poor::TerminalStyle

Defined in:

term.cr

Constant Summary

DEFAULT = TerminalStyle.new

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def code_style : Colorize::Object(String) #

[View source]
def code_style=(code_style : Colorize::Object(String)) #

[View source]
def initialize #

[View source]
def justify : Bool #

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

[View source]
def left_margin : Int32 #

[View source]
def left_margin=(left_margin : Int32) #

[View source]
def line_width : Int32 #

[View source]
def line_width=(line_width : Int32) #

[View source]
def list_indent : Int32 #

[View source]
def list_indent=(list_indent : Int32) #

[View source]
def list_marker_alignment : Poor::Alignment #

[View source]
def list_marker_alignment=(list_marker_alignment : Poor::Alignment) #

[View source]
def paragraph_indent : Int32 #

[View source]
def paragraph_indent=(paragraph_indent : Int32) #

[View source]
def preformatted_indent : Int32 #

[View source]
def preformatted_indent=(preformatted_indent : Int32) #

[View source]
def right_margin : Int32 #

[View source]
def right_margin=(right_margin : Int32) #

[View source]