Linemarker » History » Version 5
Per Amundsen, 02/16/2023 12:57 PM
1 | 1 | Per Amundsen | _Added in 2.7_ |
---|---|---|---|
2 | |||
3 | 4 | Per Amundsen | */linemarker [-grsN] [window] |on|off]* |
4 | 1 | Per Amundsen | |
5 | 3 | Per Amundsen | Changes unread line marker settings for a window. |
6 | 1 | Per Amundsen | |
7 | If no window is defined, current window is used. |
||
8 | |||
9 | *Switches* |
||
10 | |||
11 | 5 | Per Amundsen | table(ktable). |
12 | |*Switch*|*Description*| |
||
13 | | -g | Scrolls to the unread line marker. | |
||
14 | | -r | Reset unread marker line position on [window]. | |
||
15 | | -sN | If N = 0, enables the small unread line marker, if N = 1, disables the small unread line marker. | |
||
16 | 1 | Per Amundsen | |
17 | *Parameters* |
||
18 | [window] - Window to edit. |
||
19 | [on|off] - Enables or disables unread line marker for all windows, unless [Window] is defined. |
||
20 | |||
21 | 5 | Per Amundsen | table(ktable). |
22 | |*Parameter*|*Description*| |
||
23 | 4 | Per Amundsen | *Example* |
24 | |||
25 | <pre> |
||
26 | ; Automatically scrolls to the unread line marker when changing windows. |
||
27 | on *:ACTIVE:*:linemarker -g |
||
28 | </pre> |