From 2b89cf6f53fc57fc038b036459233350b5cedc0d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Jun 2024 19:15:17 -0400 Subject: atables.c: use a "capital letter E with ogonek" for the Escape character. Looks closer to the Atari. --- mkatables.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkatables.pl') 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 => "←", -- cgit v1.2.3