struct

Ansi::Kitty::Options

Inherits Struct < Value < Object

Constructors

Instance methods

action
Source
action=(action : UInt8)
Source
chunk=(chunk : Bool)
Source
chunk?
Source
chunk_formatter
Source
chunk_formatter=(chunk_formatter : String -> String | Nil)
Source
columns
Source
columns=(columns : Int32)
Source
compression
Source
compression=(compression : UInt8)
Source
delete
Source
delete=(delete : UInt8)
Source
delete_resources=(delete_resources : Bool)
Source
delete_resources?
Source
do_not_move_cursor=(do_not_move_cursor : Bool)
Source
do_not_move_cursor?
Source
file
Source
file=(file : String)
Source
format
Source
format=(format : Int32)
Source
height
Source
height=(height : Int32)
Source
id=(id : Int32)
Source
image_height
Source
image_height=(image_height : Int32)
Source
image_width
Source
image_width=(image_width : Int32)
Source
marshal_text
Source
number
Source
number=(number : Int32)
Source
offset
Source
offset=(offset : Int32)
Source
offset_x
Source
offset_x=(offset_x : Int32)
Source
offset_y
Source
offset_y=(offset_y : Int32)
Source
options

ameba:disable Metrics/CyclomaticComplexity

Source
parent_id
Source
parent_id=(parent_id : Int32)
Source
parent_placement_id
Source
parent_placement_id=(parent_placement_id : Int32)
Source
placement_id
Source
placement_id=(placement_id : Int32)
Source
quite
Source
quite=(quite : UInt8)
Source
rows
Source
rows=(rows : Int32)
Source
size
Source
size=(size : Int32)
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
transmission
Source
transmission=(transmission : UInt8)
Source
unmarshal_text(text : Bytes) : Nil
Source
unmarshal_text(text : String) : Nil

ameba:disable Metrics/CyclomaticComplexity

Source
virtual_placement=(virtual_placement : Bool)
Source
virtual_placement?
Source
width
Source
width=(width : Int32)
Source
x=(x : Int32)
Source
y=(y : Int32)
Source
z=(z : Int32)
Source