Scrolltext » History » Version 2
Per Amundsen, 06/20/2017 10:48 AM
| 1 | 1 | Per Amundsen | _Added in 2.9_ |
|---|---|---|---|
| 2 | |||
| 3 | */scrolltext [-uNdNpNoNhelN] [window]* |
||
| 4 | |||
| 5 | Scrolls the text lines in a window up or down. |
||
| 6 | |||
| 7 | 2 | Per Amundsen | _See also [[on MSCROLL]], [[$window]].mscrollpos, [[$window]].mscrollmax._ |
| 8 | |||
| 9 | 1 | Per Amundsen | *Switches* |
| 10 | |||
| 11 | -uN - Scrolls N lines up. |
||
| 12 | -dN - Scrolls N lines down. |
||
| 13 | -pN - Scrolls N pages up. |
||
| 14 | -oN - Scrolls N pages down. |
||
| 15 | -h - Scrolls to home. |
||
| 16 | -e - Scrolls to end. |
||
| 17 | -lN - Scrolls to the Nth line. |
||
| 18 | |||
| 19 | *Parameters* |
||
| 20 | |||
| 21 | [window] - The window to scroll, if not defined, current active window is used. |
||
| 22 | |||
| 23 | *Example* |
||
| 24 | |||
| 25 | <pre> |
||
| 26 | ; Scrolls the '#channel' window 5 lines up. |
||
| 27 | /scrolltext -u5 #channel |
||
| 28 | </pre> |