Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 458 Bytes

system.md

File metadata and controls

12 lines (9 loc) · 458 Bytes

System

The System class provides access to the main components of TermOx, these include the terminal, animation engine, main event loop, system focus, head widget, and system exit. It is used in the main function to initialize the system, set global options, and run the main event loop.

See Also