Scrolltext » History » Revision 2
Revision 1 (Per Amundsen, 06/20/2017 10:47 AM) → Revision 2/3 (Per Amundsen, 06/20/2017 10:48 AM)
_Added in 2.9_
*/scrolltext [-uNdNpNoNhelN] [window]*
Scrolls the text lines in a window up or down.
_See also [[on MSCROLL]], [[$window]].mscrollpos, [[$window]].mscrollmax._
*Switches*
-uN - Scrolls N lines up.
-dN - Scrolls N lines down.
-pN - Scrolls N pages up.
-oN - Scrolls N pages down.
-h - Scrolls to home.
-e - Scrolls to end.
-lN - Scrolls to the Nth line.
*Parameters*
[window] - The window to scroll, if not defined, current active window is used.
*Example*
<pre>
; Scrolls the '#channel' window 5 lines up.
/scrolltext -u5 #channel
</pre>