Project

General

Profile

Clearall » History » Version 11

Per Amundsen, 02/15/2023 09:26 PM

1 1 Per Amundsen
_Added in 1.7_
2
3
*/clearall [-agmnqstu]*
4
5 10 Per Amundsen
Clears the buffer and [[Switchbar_Control|Switchbar]]/[[Treebar_Control|Treebar]] unread color of the specified window type, if no type is specified, all windows on current connection is cleared.
6 1 Per Amundsen
7
*Switches*
8
9 11 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -a | All windows on all connections. |
12
| -g | *TODO* |
13
| -m | *TODO* |
14
| -n | Channel windows. |
15
| -p | Docking panels. |
16
| -q | Query windows. |
17
| -s | Status windows. |
18
| -t | Dcc chat windows. |
19
| -u | Custom windows. |
20 2 Per Amundsen
21
*Example*
22 3 Per Amundsen
23 2 Per Amundsen
<pre>
24
;Clear all channel and query windows
25 5 Per Amundsen
/clearall -nq
26 2 Per Amundsen
27 6 Per Amundsen
;Clear all windows on current connection.
28 5 Per Amundsen
/clearall
29 2 Per Amundsen
</pre>