CHR$(11) | Clears from the cursor position to the end of the window |
CHR$(12) | Move cursor to upper left and clear window |
CHR$(14) | Set normal text output |
CHR$(15) | Set inverse text output |
CHR$(17) | Set display to 40 columns |
CHR$(18) | Set display to 80 columns |
CHR$(21) | Deactivate the 80-column firmware |
CHR$(22) | Scroll display down, preserving cursor position |
CHR$(23) | Scroll display up, preserving cursor position |
CHR$(24) | Disable mousetext |
CHR$(25) | Move cursor to upper left (but don't clear window) |
CHR$(26) | Clear the current line |
CHR$(27) | Enable mousetext |
CHR$(28) | Forward space (move cursor right, wrap down) |
CHR$(29) | Clear from cursor position to end of line |
Bookmarks