Clear » History » Version 10
Per Amundsen, 02/11/2021 07:57 PM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | 10 | Per Amundsen | */clear [-cholsn] [windowname]* |
| 4 | 1 | Per Amundsen | |
| 5 | 2 | Per Amundsen | Clears the buffer of current window or [windowname]. |
| 6 | 1 | Per Amundsen | |
| 7 | 2 | Per Amundsen | If window is a picture window the image buffer is cleared. |
| 8 | |||
| 9 | 1 | Per Amundsen | *Switches* |
| 10 | |||
| 11 | 5 | Per Amundsen | -c - Clears the click history in a picture window. |
| 12 | 8 | Per Amundsen | -h - Clears the [[Editbox Control|Editbox]] history. |
| 13 | 7 | Per Amundsen | -o - Clears the window position/size for this window. |
| 14 | 6 | Per Amundsen | -l - Clears the side-Listbox in a custom window |
| 15 | 1 | Per Amundsen | -s - Clears the Status Window. |
| 16 | 10 | Per Amundsen | -n - Delays update of display until a forced redraw in picture windows. |
| 17 | 1 | Per Amundsen | |
| 18 | *Parameters* |
||
| 19 | |||
| 20 | [windowname] - A window to clear. |
||
| 21 | |||
| 22 | *Example* |
||
| 23 | |||
| 24 | <pre> |
||
| 25 | 9 | Per Amundsen | ; Clears the Editbox of current window. |
| 26 | 1 | Per Amundsen | /clear -h |
| 27 | |||
| 28 | 9 | Per Amundsen | ; Clears the channel text on channel #test |
| 29 | 1 | Per Amundsen | /clear #test |
| 30 | </pre> |