Sujet : Re: Standards for ANSI escape codes
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.miscDate : 16. Mar 2025, 17:00:24
Autres entêtes
Organisation : Stefan Ram
Message-ID : <ANSI-20250316165955@ram.dialup.fu-berlin.de>
References : 1
Ben Collver <
bencollver@tilde.pink> wrote or quoted:
Hello! Today I want to talk about ANSI escape codes.
The Amiga's console has some escape sequences that are
described in the section "Console Input and Output on the
Amiga" of the AmigaDOS manual.
They start with the CSI (control sequence introducer) which
can be either Esc-[ or $9B (hex).
There are some ANSI standard sequences and some private Amiga
sequences.
Examples:
To move the cursor right by 20 positions:
<CSI>20C
. The function key F1 sends
<CSI>0~
on the RAW: console device (ANSI x3.64).