mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-13 18:00:41 +00:00
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
setRaw() > Puts the terminal in raw mode
|
|
|
|
restoreState() > Restores the last saved state of the terminal
|
|
|
|
saveState() > Saves the current state of the terminal
|
|
|
|
size() > Gets the dimensions of the terminal. Returns a table with `width` and `height`
|
|
Note: this is not the size in relation to the dimensions of the display
|
|
|