aboutsummaryrefslogtreecommitdiff
path: root/atables.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-29 19:15:17 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-29 19:15:17 -0400
commit2b89cf6f53fc57fc038b036459233350b5cedc0d (patch)
tree6d7c2e1b5f3410bc0f403ff068543b1c3d150553 /atables.c
parentec0c4b5448d3d5ce4ffe58a9f853f6494f7ba0d1 (diff)
downloadbw-atari8-tools-2b89cf6f53fc57fc038b036459233350b5cedc0d.tar.gz
atables.c: use a "capital letter E with ogonek" for the Escape character. Looks closer to the Atari.
Diffstat (limited to 'atables.c')
-rw-r--r--atables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atables.c b/atables.c
index 8bbadd4..fd086b4 100644
--- a/atables.c
+++ b/atables.c
@@ -29,7 +29,7 @@ const char *ata2utf[] = {
"┻", /* 24 $18 ^X */
"▌", /* 25 $19 ^Y */
"┗", /* 26 $1a ^Z */
- "␛", /* 27 $1b ^[ */
+ "Ę", /* 27 $1b ^[ */
"↑", /* 28 $1c ^\ */
"↓", /* 29 $1d ^] */
"←", /* 30 $1e ^^ */
@@ -160,7 +160,7 @@ const char *ics2utf[] = {
"ȧ", /* 24 $18 ^X */
"à", /* 25 $19 ^Y */
"Ȧ", /* 26 $1a ^Z */
- "␛", /* 27 $1b ^[ */
+ "Ę", /* 27 $1b ^[ */
"↑", /* 28 $1c ^\ */
"↓", /* 29 $1d ^] */
"←", /* 30 $1e ^^ */