Hilbish/docs/terminal.txt

10 lines
322 B
Plaintext
Raw Normal View History

restoreState() > Restores the last saved state of the terminal
saveState() > Saves the current state of the terminal
2022-04-04 10:40:25 +00:00
setRaw() > Puts the terminal in raw mode
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
2022-02-25 22:00:39 +00:00