low level terminal library
The terminal library is a simple and lower level library for certain terminal interactions.
restoreState() | Restores the last saved state of the terminal |
saveState() | Saves the current state of the terminal. |
setRaw() | Puts the terminal into raw mode. |
size() | Gets the dimensions of the terminal. Returns a table with width and height |
Restores the last saved state of the terminal
This function has no parameters.
Saves the current state of the terminal.
This function has no parameters.
Want to help improve this page? Create an issue.