setTerminalTitle

Sets the terminal title to a given string. Supposedly.

@safe @system
void
setTerminalTitle
(
const string title = defaultTerminalTitle
)

Parameters

title string

Optional custom string to set the title to. If unset, the title will be set to the program name and version.

Examples

setTitle("kameloso IRC bot");