Class: TTYString::CSICode::LowH

Inherits:
TTYString::CSICode show all
Defined in:
lib/tty_string/csi_code_definitions.rb

Overview

leftovers:allow

Direct Known Subclasses

LowL

Instance Method Summary collapse

Methods inherited from TTYString::CSICode

default_arg, #integer

Methods inherited from TTYString::Code

char, descendants, inherited, #initialize, render

Constructor Details

This class inherits a constructor from TTYString::Code

Instance Method Details

#action(code) ⇒ Object



94
95
96
97
98
99
100
101
# File 'lib/tty_string/csi_code_definitions.rb', line 94

def action(code)
  case code
  when '?5', '?25', '?1004', '?1049', '?2004'
    # drop
  else
    parser.unknown
  end
end