Clear » History » Version 11
Per Amundsen, 02/15/2023 09:26 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | 10 | Per Amundsen | */clear [-cholsn] [windowname]* |
4 | 1 | Per Amundsen | |
5 | 2 | Per Amundsen | Clears the buffer of current window or [windowname]. |
6 | 1 | Per Amundsen | |
7 | 2 | Per Amundsen | If window is a picture window the image buffer is cleared. |
8 | |||
9 | 1 | Per Amundsen | *Switches* |
10 | |||
11 | 11 | Per Amundsen | table(ktable). |
12 | |*Switch*|*Description*| |
||
13 | | -c | Clears the click history in a picture window. | |
||
14 | | -h | Clears the [[Editbox Control|Editbox]] history. | |
||
15 | | -o | Clears the window position/size for this window. | |
||
16 | | -l | Clears the side-Listbox in a custom window | |
||
17 | | -s | Clears the Status Window. | |
||
18 | | -n | Delays update of display until a forced redraw in picture windows. | |
||
19 | 1 | Per Amundsen | |
20 | 10 | Per Amundsen | *Parameters* |
21 | 1 | Per Amundsen | |
22 | 11 | Per Amundsen | table(ktable). |
23 | |*Parameter*|*Description*| |
||
24 | | [windowname] | A window to clear. | |
||
25 | 1 | Per Amundsen | |
26 | *Example* |
||
27 | |||
28 | <pre> |
||
29 | 9 | Per Amundsen | ; Clears the Editbox of current window. |
30 | 1 | Per Amundsen | /clear -h |
31 | |||
32 | 9 | Per Amundsen | ; Clears the channel text on channel #test |
33 | 1 | Per Amundsen | /clear #test |
34 | </pre> |