Clear » History » Revision 9
Revision 8 (Per Amundsen, 04/29/2018 01:14 AM) → Revision 9/11 (Per Amundsen, 07/28/2018 07:45 AM)
_Added in 1.5_ */clear [-chols] [windowname]* Clears the buffer of current window or [windowname]. If window is a picture window the image buffer is cleared. *Switches* -c - Clears the click history in a picture window. -h - Clears the [[Editbox Control|Editbox]] history. -o - Clears the window position/size for this window. -l - Clears the side-Listbox in a custom window -s - Clears the Status Window. *Parameters* [windowname] - A window to clear. *Example* <pre> ; Clears ;Clears the Editbox inputbox of current window. /clear -h ; Clears ;Clears the channel text on channel #test /clear #test </pre>