Project

General

Profile

Linemarker » History » Revision 5

Revision 4 (Per Amundsen, 02/18/2017 11:45 AM) → Revision 5/6 (Per Amundsen, 02/16/2023 12:57 PM)

_Added in 2.7_ 

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

 Changes unread line marker settings for a window. 

 If no window is defined, current window is used. 

 *Switches* 

 table(ktable). 
 |*Switch*|*Description*| 
 | -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. 

 table(ktable). 
 |*Parameter*|*Description*| 
 *Example* 

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