Project

General

Profile

Linemarker » History » Revision 4

Revision 3 (Per Amundsen, 02/18/2017 10:25 AM) → Revision 4/6 (Per Amundsen, 02/18/2017 11:45 AM)

_Added in 2.7_ 

 */linemarker [-grsN] [-rsN] [window] |on|off]* 

 Changes unread line marker settings for a window. 

 If no window is defined, current window is used. 

 *Switches* 

 -g - Scrolls to the unread line marker. 
 -r - Reset unread marker line position on [window]. 
 -sN - If N = 0, enables the small unread line marker, if N = 1, disables the small unread line marker. 

 *Parameters* 
 [window] - Window to edit. 
 [on|off] - Enables or disables unread line marker for all windows, unless [Window] is defined. 

 *Example* 

 <pre> 
 ; Automatically scrolls to the unread line marker when changing windows. 
 on *:ACTIVE:*:linemarker -g 
 </pre>