[This is preliminary documentation and is subject to change.]
Builds an AVATAR string to clear the screen.
Namespace: Thought.Terminals
Assembly: Thought.Terminals (in Thought.Terminals.dll)
Version: 0.1.0.0
Syntax
| C# |
|---|
public string ClearScreen() |
| Visual Basic (Declaration) |
|---|
Public Function ClearScreen As String |
| Visual C++ |
|---|
public: virtual String^ ClearScreen () sealed |
Return Value
An AVATAR protocol string that will clear the screen that position the cursor to the home position in the upper-left corner of the screen.
Remarks
AVATAR uses the control-L character (ASCII) twelve to clear the screen. This is one of the few AVATAR codes that do not begin with a control-V prefix.
See Also
AvatarTerminalProtocol Class
Thought.Terminals Namespace