Project

General

Profile

Scrolltext » History » Version 3

Per Amundsen, 02/16/2023 03:18 PM

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 3 Per Amundsen
table(ktable).
12
|*Switch*|*Description*|
13
| -uN | Scrolls N lines up. |
14
| -dN | Scrolls N lines down. |
15
| -pN | Scrolls N pages up. |
16
| -oN | Scrolls N pages down. |
17
| -h | Scrolls to home. |
18
| -e | Scrolls to end. |
19
| -lN | Scrolls to the Nth line. |
20 1 Per Amundsen
21
*Parameters*
22
23 3 Per Amundsen
table(ktable).
24
|*Parameter*|*Description*|
25
| [window] | The window to scroll, if not defined, current active window is used. |
26 1 Per Amundsen
27
*Example*
28
29
<pre>
30
; Scrolls the '#channel' window 5 lines up.
31
/scrolltext -u5 #channel
32
</pre>