UseTitle(String) Method

Definition

Assembly XenoAtom.Terminal.dll

Sets the terminal title within a scope and restores the previous title when disposed (best effort).

public static TerminalScope UseTitle(string title)

Parameters

title
String

The title to set.

Returns

TerminalScope
A scope that restores the previous title on dispose.