Clear » History » Version 6
Per Amundsen, 12/26/2014 03:04 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | */clear [-chls] [windowname]* |
||
4 | |||
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 | 6 | Per Amundsen | -h - Clears the Editbox history. |
13 | -l - Clears the side-Listbox in a custom window |
||
14 | -s - Clears the Status Window. |
||
15 | 1 | Per Amundsen | |
16 | *Parameters* |
||
17 | |||
18 | [windowname] - A window to clear. |
||
19 | |||
20 | *Example* |
||
21 | |||
22 | <pre> |
||
23 | 3 | Per Amundsen | ;Clears the inputbox of current window. |
24 | 1 | Per Amundsen | /clear -h |
25 | |||
26 | 3 | Per Amundsen | ;Clears the channel text on channel #test |
27 | 1 | Per Amundsen | /clear #test |
28 | </pre> |