mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Syntax documentation rewrite for C-commands
Rewrote the syntax documentation for all the commands starting with the letter C.
This commit is contained in:
parent
fd3676e407
commit
3f79c8553c
8 changed files with 160 additions and 75 deletions
|
|
@ -1,9 +1,19 @@
|
|||
|
||||
Syntax:
|
||||
|
||||
@SYNTAX:clear@
|
||||
|
||||
This command clears the current window of all text. It is useful
|
||||
for wiping a screen that has rendered improperly (such as due
|
||||
to a bad termcap entry) or that contains sensitive information
|
||||
(such as one's OPER password).
|
||||
Parameters:
|
||||
|
||||
-all: Clear all the windows
|
||||
|
||||
The window number to clear; if no argument is given, the active window
|
||||
is used.
|
||||
|
||||
Description:
|
||||
|
||||
Clears the window of all text; you may use this to clear a windows that
|
||||
contains sensitive information or has rendered improperly.
|
||||
|
||||
See also: REDRAW
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue