class TerminalRender::Console
- TerminalRender::Console
- Reference
- Object
Defined in:
render/terminal.crInstance Method Summary
- #clear!
-
#height : UInt16
Returns the height of the console screen.
-
#move_down(cells = 1)
Moves the cursor down by cells.
-
#move_left(cells = 1)
Moves the cursor left by cells.
-
#move_right(cells = 1)
Moves the cursor right by cells.
-
#move_up(cells = 1)
Moves the cursor up by cells.
-
#position=(position : Tuple(UInt16, UInt16))
Sets the position of the cursor to position.
- #reset_color
-
#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
-
#visible=(visible : Bool)
Shows or hides the cursor.
-
#width : UInt16
Returns the width of the console screen.
- #write(text)
Instance methods inherited from class Object
to_sban(io : IO)to_sban(encoder : SBAN::Encoder)
to_sban : Bytes to_sban
Class methods inherited from class Object
from_sban(string_or_io)
from_sban
Instance Method Detail
Sets the position of the cursor to position.
def scrollbar=(scrollbar : Bool)
#
Disables or enables the alternative screen buffer for the console which doesn't have a scrollbar.