module Lime::Modules::Window
Overview
The window of the console.
Extended Modules
Defined in:
lime/modules.crClass Method Summary
-
.height : Int32
Returns the height of the window in cells, zero-based.
-
.height_cells : Int32
Returns the width of the window in cells, one-based.
-
.height_pixels : Int32
Returns the height of the window in pixels.
-
.width : Int32
Returns the width of the window in cells, zero-based.
-
.width_cells : Int32
Returns the height of the window in cells, one-based.
-
.width_pixels
Returns the width of the window in pixels.
Instance Method Summary
-
#scrollbar=(scrollbar : Bool)
Disables or enables the alternative screen buffer for the console which doesn't have a scrollbar.
-
#title=(title)
Sets the title of the window to title.
-
#update
Updates the values of
.width
,.height
,.width_cells
,.height_cells
and.width_pixels
,.height_pixels
.
Class Method Detail
Instance Method Detail
Disables or enables the alternative screen buffer for the console which doesn't have a scrollbar.
Updates the values of .width
, .height
, .width_cells
, .height_cells
and
.width_pixels
, .height_pixels
.