_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* table(ktable). |*Switch*|*Description*| | -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* table(ktable). |*Parameter*|*Description*| | [window] | The window to scroll, if not defined, current active window is used. | *Example*
; Scrolls the '#channel' window 5 lines up.
/scrolltext -u5 #channel