Project

General

Profile

Linemarker » History » Version 4

Per Amundsen, 02/18/2017 11:45 AM

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 4 Per Amundsen
-g - Scrolls to the unread line marker.
12 1 Per Amundsen
-r - Reset unread marker line position on [window].
13
-sN - If N = 0, enables the small unread line marker, if N = 1, disables the small unread line marker.
14
15
*Parameters*
16
[window] - Window to edit.
17
[on|off] - Enables or disables unread line marker for all windows, unless [Window] is defined.
18 4 Per Amundsen
19
*Example*
20
21
<pre>
22
; Automatically scrolls to the unread line marker when changing windows.
23
on *:ACTIVE:*:linemarker -g
24
</pre>