Class: Twterm::Event::Screen::Resize
- Defined in:
- lib/twterm/event/screen/resize.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Utils
Constructor Details
This class inherits a constructor from Twterm::Event::Base
Instance Method Details
#fields ⇒ Object
7 8 9 |
# File 'lib/twterm/event/screen/resize.rb', line 7 def fields { lines: Integer, cols: Integer } end |