Difference between revisions of "Clear"
From Scriptwiki
m |
m (Update, removing "Finger Window" which seems to be obsolete on current versions.) |
||
(2 intermediate revisions by the same user not shown) | |||
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>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 | ||
<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> | ||
<tr><td>c</td><td>Clears the editbox command history for a window.</td></tr> | <tr><td>c</td><td>Clears the editbox command history for a window.</td></tr> | ||
Line 16: | Line 15: | ||
== See Also == | == See Also == | ||
− | [[Clearall|/clearall]] clears all windows. | + | * [[Clearall|/clearall]] clears all windows. |
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 01:07, 23 June 2013
Clears the buffer of a window. If a windowname is specified, it will clear this window.
/clear [-sghlc] [windowname]
Switch | Meaning |
s | Clears the status window. |
h | Clears the side-listbox in a custom window. |
l | Clears the click history in a picture window. |
c | Clears the editbox command history for a window. |
Example
/clear #help.script
Clears the buffer of the channelwindow #help.script
See Also
- /clearall clears all windows.