Fixing the return substitution.
This commit is contained in:
parent
2c85fe3be5
commit
5db3ae2933
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ ansi["back_cyan"] = "\033[46m"
|
||||||
ansi["back_white"] = "\033[47m"
|
ansi["back_white"] = "\033[47m"
|
||||||
|
|
||||||
# Formatting Characters
|
# Formatting Characters
|
||||||
ansi["return"] = "\n\r"
|
ansi["return"] = "\r\n"
|
||||||
ansi["tab"] = "\t"
|
ansi["tab"] = "\t"
|
||||||
ansi["space"] = " "
|
ansi["space"] = " "
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue