struct

Term::Terminfo::Capabilities::BooleanCaps

Inherits Struct < Value < Object

Boolean capabilities

Constructors

new(auto_left_margin : Bool = false, auto_right_margin : Bool = false, back_color_erase : Bool = false, can_change_color : Bool = false, eat_newline_glitch : Bool = false, has_meta_key : Bool = false, has_status_line : Bool = false, insert_null_glitch : Bool = false, move_insert_mode : Bool = false, move_standout_mode : Bool = false, over_strike : Bool = false, xon_xoff : Bool = false)
Source

Instance methods

auto_left_margin
auto_right_margin
back_color_erase
can_change_color
clone
Source
copy_with(auto_left_margin _auto_left_margin = @auto_left_margin, auto_right_margin _auto_right_margin = @auto_right_margin, back_color_erase _back_color_erase = @back_color_erase, can_change_color _can_change_color = @can_change_color, eat_newline_glitch _eat_newline_glitch = @eat_newline_glitch, has_meta_key _has_meta_key = @has_meta_key, has_status_line _has_status_line = @has_status_line, insert_null_glitch _insert_null_glitch = @insert_null_glitch, move_insert_mode _move_insert_mode = @move_insert_mode, move_standout_mode _move_standout_mode = @move_standout_mode, over_strike _over_strike = @over_strike, xon_xoff _xon_xoff = @xon_xoff)
Source
eat_newline_glitch
has_meta_key
has_status_line
insert_null_glitch
move_insert_mode
move_standout_mode
over_strike
xon_xoff