2022-04-25 19:34:35 +02:00

40 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
:::
# clear
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/clear.in
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-text/textbuffer-commands.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">CLEAR</span> <span class="syn10">[<span class="syn">-all</span>]</span> <span class="syn10">[<span class="syn09">&lt;refnum></span>]</span></code></pre></div>
## Parameters ##
| | |
| --- | --- |
| `-all`: | Clear all the windows |
The window number to clear; if no argument is given, the active window
will be used.
## Description ##
Scrolls up the text in the window and fills the window with blank lines; you
may want to use this to make new text start at the top of the window again.
## See also ##
[REDRAW](/documentation/help/1.0/redraw), [SCROLLBACK](/documentation/help/1.0/scrollback), [CLEAR](/documentation/help/1.0/clear)