aboutsummaryrefslogtreecommitdiff
path: root/mkatables.pl
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 /mkatables.pl
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 'mkatables.pl')
-rw-r--r--mkatables.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkatables.pl b/mkatables.pl
index f1a0865..231dcbb 100644
--- a/mkatables.pl
+++ b/mkatables.pl
@@ -28,7 +28,7 @@
24 => "┻",
25 => "▌",
26 => "┗",
- 27 => "␛",
+ 27 => "Ę",
28 => "↑",
29 => "↓",
30 => "←",
@@ -70,7 +70,7 @@
24 => "ȧ",
25 => "à",
26 => "Ȧ",
- 27 => "␛",
+ 27 => "Ę",
28 => "↑",
29 => "↓",
30 => "←",