forked from PsychoticNinja/ailin-nemui-irssi
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
:::{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"><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)
|
||
|