Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 479 Bytes

terminal.md

File metadata and controls

15 lines (10 loc) · 479 Bytes

Terminal

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.

See Also