Skip to main content

TITLE

Constant TITLE 

Source
pub const TITLE: Type = 9;
Expand description

Set the terminal title manually.

The string data is copied into the terminal. A NULL value pointer clears the title (equivalent to setting an empty string).

Input type: GhosttyString*