struct
Tput::Resize
- Tput::Resize
- Struct
- Value
- Object
Overview
An in-band terminal resize report (DEC private mode 2048): the new size in
character cells, plus the window size in pixels when the terminal provides
it (0 when unknown).
Defined in:
tput/input.crConstructors
Instance Method Summary
- #clone
- #cols : Int32
- #copy_with(rows _rows = @rows, cols _cols = @cols, pixel_height _pixel_height = @pixel_height, pixel_width _pixel_width = @pixel_width)
- #pixel_height : Int32
- #pixel_width : Int32
- #rows : Int32
Constructor Detail
Instance Method Detail
def copy_with(rows _rows = @rows, cols _cols = @cols, pixel_height _pixel_height = @pixel_height, pixel_width _pixel_width = @pixel_width)
#