setFullscreen method
Sets whether the terminal is in fullscreen mode.
Implementation
void setFullscreen(bool v) {
_renderer.setFullscreen(v);
}
Sets whether the terminal is in fullscreen mode.
void setFullscreen(bool v) {
_renderer.setFullscreen(v);
}