In this section:
SUBROUTINE EDIT_MOVE_HOME@(E)
INTEGER E(24) ! EDIT_INFO block
Moves the cursor to the start of the line (as if the HOME) key had been pressed.
SUBROUTINE EDIT_MOVE_END@(E)
INTEGER E(24) ! EDIT_INFO block
Moves the cursor to the end of the line (as if the END key had been pressed).
SUBROUTINE EDIT_MOVE_TOF@(E)
INTEGER E(24) ! EDIT_INFO block
Moves the cursor to the top of the file (as if CTRL-HOME had been pressed).
SUBROUTINE EDIT_MOVE_BOF@(E)
INTEGER E(24) ! EDIT_INFO block
Moves the cursor to the bottom of the file (as if CTRL-END had been pressed).
Alternatively you can pass the window handle instead of the EDIT_INFO.
See also: EDIT_INFO