CC: Tweaked

CC: Tweaked

64M Downloads

Added support for \r escapes

lvzhiyuan0925 opened this issue ยท 1 comments

commented

add support for \r escapes

image
image
\r is replaced with a space

commented

Use term.setCursorPos(1, select(2, term.getCursorPos())) to return the cursor to the start of the line. CraftOS has very limited escape code support, only implementing newlines for basic multiline support - it doesn't care about any of the rest of ANSI/VT-100 escapes. If you need them, write your own function to implement those on top of your own system.

Phoenix supports ANSI escapes!