1
0
forked from Mirror/wren

Add an additional escape sequence \e. (#963)

This commit is contained in:
PureFox48
2021-04-08 18:16:24 +01:00
committed by GitHub
parent 9e86b0d26a
commit 5244a9d001
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ A handful of escape characters are supported:
"\%" // A percent sign.
"\a" // Alarm beep. (Who uses this?)
"\b" // Backspace.
"\e" // ESC character.
"\f" // Formfeed.
"\n" // Newline.
"\r" // Carriage return.