void Window_setTitle(const char *title)
Sets the title of the terminal window.
void Window_setSize(int width, int height)
Sets the size of the terminal window.
void Screen_getSize(int *width, int *height)
Gets the size of the screen, and stores it in the width and height variables.
const char * Window_getTitle()
Gets the title of the terminal window.
void Window_getSize(int *width, int *height)
Gets the size of the terminal window, and stores it in the width and height variables.