The Terminal class provides functionality specific to the global settings of the Terminal.
Initialization/uninitialization, getting the width and height of the terminal screen, refresh rate, default wallpaper, color palette, raw mode, can all be accessed from here.
The Terminal
object is located in the System
class as a static member,
access via System::terminal
.