Timestamp » History » Version 2
Per Amundsen, 02/16/2023 03:24 PM
1 | 1 | Per Amundsen | _Added in 1.9.7_ |
---|---|---|---|
2 | |||
3 | */timestamp [-fgs|a|e] [on|off|default] [windowname]* |
||
4 | |||
5 | Turns on/off timestamp globally or per window. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | 2 | Per Amundsen | table(ktable). |
10 | |*Switch*|*Description*| |
||
11 | | -f | Sets the timestamp event format. | |
||
12 | | -g | Sets the timestamp log format. | |
||
13 | | -s | Sets timestamp status for the status window. | |
||
14 | | -a | Sets timestamp status for the active window. | |
||
15 | | -e | Sets timestamp status for all open windows. | |
||
16 | 1 | Per Amundsen | |
17 | *Parameters* |
||
18 | |||
19 | 2 | Per Amundsen | table(ktable). |
20 | |*Parameter*|*Description*| |
||
21 | | [on<notextile>|</notextile>off<notextile>|</notextile>default] | Set timestamp status to on, off or default. | |
||
22 | | [windowname] | Set timestatmp status for windowname. | |
||
23 | 1 | Per Amundsen | |
24 | *Examples* |
||
25 | |||
26 | <pre> |
||
27 | ; Changes the timestamp format |
||
28 | /timestamp -f [%HH:%nn] |
||
29 | |||
30 | ; Enables global timestamp |
||
31 | /timestamp on |
||
32 | |||
33 | ; Disables timestamp for #channel |
||
34 | /timestamp off #channel |
||
35 | </pre> |