Project

General

Profile

Clear » History » Version 1

Per Amundsen, 02/09/2014 03:03 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/clear [-chls] [windowname]*
4
5
Clears the buffer of current window or [windowname]
6
7
*Switches*
8
9
-c - TODO
10
-h - Clears the inputbox history.
11
-l - TODO
12
-s - Clears the status window.
13
14
If window is a picture window the image buffer is cleared.
15
16
*Parameters*
17
18
[windowname] - A window to clear.
19
20
*Example*
21
22
<pre>
23
;Clears the inputbox
24
/clear -h
25
26
;Clears the channel #test
27
/clear #test
28
</pre>