struct

Term::Terminfo::Modes::ModeState

Inherits Struct < Value < Object

Terminal mode states

Constructors

new(raw_mode : Bool = false, echo : Bool = true, canonical : Bool = true, alternate_screen : Bool = false, cursor_visible : Bool = true, mouse_tracking : Bool = false, bracketed_paste : Bool = false, application_keypad : Bool = false, auto_wrap : Bool = true)
Source

Instance methods

alternate_screen
application_keypad
auto_wrap
bracketed_paste
canonical
clone
Source
copy_with(raw_mode _raw_mode = @raw_mode, echo _echo = @echo, canonical _canonical = @canonical, alternate_screen _alternate_screen = @alternate_screen, cursor_visible _cursor_visible = @cursor_visible, mouse_tracking _mouse_tracking = @mouse_tracking, bracketed_paste _bracketed_paste = @bracketed_paste, application_keypad _application_keypad = @application_keypad, auto_wrap _auto_wrap = @auto_wrap)
Source
cursor_visible
echo
mouse_tracking
raw_mode