Project

General

Profile

Clear » History » Version 8

Per Amundsen, 04/29/2018 01:14 AM

1 1 Per Amundsen
_Added in 1.5_
2
3 7 Per Amundsen
*/clear [-chols] [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
-s - Clears the Status Window.
16 1 Per Amundsen
17
*Parameters*
18
19
[windowname] - A window to clear.
20
21
*Example*
22
23
<pre>
24 3 Per Amundsen
;Clears the inputbox of current window.
25 1 Per Amundsen
/clear -h
26
27 3 Per Amundsen
;Clears the channel text on channel #test
28 1 Per Amundsen
/clear #test
29
</pre>