264B3 |
(TOPLINE!)
|
( # → )
Sets the line of the current editor content
which should be displayed at the top of the
editor window.
|
264B8 |
(TOPLINE@)
|
( → # )
Recalls the line number of the first
displayed line.
|
264BD |
(TOPLINE+)
|
( → )
Increases TOPLINE by one. If the cursor
leaves the screen, cursor and display window
are moved to the beginning of the file.
|
264C2 |
(TOPLINE-)
|
( → )
Decreases TOPLINE by one. If the cursor
leaves the screen, cursor and display window
are moved to the beginning of the file.
|
264CC |
FIRSTC@
|
( → # )
Column of the left display window edge.
|
264DB |
FIRSTC+
|
( → )
Increases the position of the left window ege
by one.
|
264D6 |
(FIRSTC-)
|
( → )
Decreases the position of the left window ege
by one.
|
264D1 |
SETFIRSTC_0
|
( → )
Sets the position of the left display window
edge to zero.
|
26030 |
CURSOR_OFF
|
( → # )
Cursor column relative to left edge of
display window.
|
26580 |
CURSOR_OFF+
|
( → )
Increases the CURSOR offset by one.
|
2657B |
CURSOR_OFF0
|
( → )
Sets the cursor offset to zero.
|
26576 |
(CURSOR_OFF!)
|
( # → )
Sets the cursor offset.
|