Module clear¶
Strings to clear the screen
Properties¶
| Property | Type | Description |
|---|---|---|
| all | string | Clear the entire screen |
| afterCursor | string | Clear the data after the cursor |
| beforeCursor | string | Clear the data before the cursor |
| currentLine | string | Clear the current line |
| untilNewLine | string | Clear the screen until a new line |