Project

General

Profile

Clear » History » Version 5

Per Amundsen, 08/14/2014 04:26 AM

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 1 Per Amundsen
-h - Clears the inputbox history.
13 4 Per Amundsen
-l - Clears the side-listbox in a custom window
14 1 Per Amundsen
-s - Clears the status window.
15
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>