Project

General

Profile

Clear » History » Version 3

Per Amundsen, 02/09/2014 03:53 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
-c - TODO
12
-h - Clears the inputbox history.
13
-l - TODO
14
-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>