setTitle

Sets the terminal title to a given string. Supposedly.

@safe @system
void
setTitle
(
const string title
)

Parameters

title string

String to set the title to.

Examples

setTitle("kameloso IRC bot");

Meta