class

Term2::WindowSizeMsg

Inherits Term2::Message < Reference < Object

Message sent when the terminal window is resized. Contains the new width and height in characters.

Constructors

new(width : Int32, height : Int32)
Source

Instance methods

height

The new terminal height in characters

Source
width

The new terminal width in characters

Source