Go to the first, previous, next, last section, table of contents.
The message line facility can be used by an application running in the current window by means of the ANSI Privacy message control sequence. For instance, from within the shell, try something like:
echo "<ESC>^Hello world from window $WINDOW<ESC>\"
where `<ESC>' is ASCII ESC and `^' is a literal caret or up-arrow.
Go to the first, previous, next, last section, table of contents.