Difference between revisions of "Clear"

From Scriptwiki
Jump to: navigation, search
m
m (Update, removing "Finger Window" which seems to be obsolete on current versions.)
 
Line 4: Line 4:
 
<tr><td><b>Switch</b></td><td><b>Meaning</b></td></tr>
 
<tr><td><b>Switch</b></td><td><b>Meaning</b></td></tr>
 
<tr><td>s</td><td>Clears the [[Status window|status window]].</td></tr>
 
<tr><td>s</td><td>Clears the [[Status window|status window]].</td></tr>
<tr><td>g</td><td>Clears the [[Finger window|finger window]].</td></tr>
 
 
<tr><td>h</td><td>Clears the side-listbox in a [[Custom Windows|custom window]].</td></tr>
 
<tr><td>h</td><td>Clears the side-listbox in a [[Custom Windows|custom window]].</td></tr>
 
<tr><td>l</td><td>Clears the click history in a [[Picture window|picture window]].</td></tr>
 
<tr><td>l</td><td>Clears the click history in a [[Picture window|picture window]].</td></tr>

Latest revision as of 02:07, 23 June 2013

Clears the buffer of a window. If a windowname is specified, it will clear this window.

/clear [-sghlc] [windowname]
SwitchMeaning
sClears the status window.
hClears the side-listbox in a custom window.
lClears the click history in a picture window.
cClears the editbox command history for a window.

Example

/clear #help.script

Clears the buffer of the channelwindow #help.script

See Also