emul: adjust README. AT-XY is implemented

This commit is contained in:
Virgil Dupras 2020-06-13 11:46:59 -04:00
parent 7be6475ea2
commit f9d04848bd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ After that, you can run `make` and it builds the `forth` interpreter.
Run `./forth` to get the Collapse OS prompt. Type `0 LIST` for help.
The program is a curses interface with a limited, fixed size so that it can
provide a AT-XY interface (which is yet to implement).
provide a AT-XY interface.
You can get a REPL by launching the program with [`rlwrap(1)`][rlwrap] like
this: