Clearall » History » Version 8
Per Amundsen, 05/23/2018 02:18 AM
1 | 1 | Per Amundsen | _Added in 1.7_ |
---|---|---|---|
2 | |||
3 | */clearall [-agmnqstu]* |
||
4 | |||
5 | 8 | Per Amundsen | Clears the buffer and Switchbar/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 | 7 | Per Amundsen | -a - All windows on all connections. |
10 | 1 | Per Amundsen | -g - TODO |
11 | -m - TODO |
||
12 | 7 | Per Amundsen | -n - Channel windows. |
13 | -p - Docking panels. |
||
14 | -q - Query windows. |
||
15 | -s - Status windows. |
||
16 | -t - Dcc chat windows. |
||
17 | -u - Custom windows. |
||
18 | 2 | Per Amundsen | |
19 | *Example* |
||
20 | 3 | Per Amundsen | |
21 | 2 | Per Amundsen | <pre> |
22 | ;Clear all channel and query windows |
||
23 | 5 | Per Amundsen | /clearall -nq |
24 | 2 | Per Amundsen | |
25 | 6 | Per Amundsen | ;Clear all windows on current connection. |
26 | 5 | Per Amundsen | /clearall |
27 | 2 | Per Amundsen | </pre> |