Screen.setTitle

Set the title of the window. This only works for emulators running in a windowing environment, and is not universally supported. Setting an empty string as the title may let the emulator set a specific default, but it may also leave it empty - it depends on the specific terminal implementation.

interface Screen
@safe
void
setTitle
(
string
)

Meta