Class: Twterm::Event::Screen::Resize

Inherits:
AbstractEvent show all
Defined in:
lib/twterm/event/screen/resize.rb

Instance Method Summary collapse

Methods inherited from AbstractEvent

#initialize

Methods included from Utils

check_type

Constructor Details

This class inherits a constructor from Twterm::Event::AbstractEvent

Instance Method Details

#fieldsObject



7
8
9
# File 'lib/twterm/event/screen/resize.rb', line 7

def fields
  { lines: Integer, cols: Integer }
end