From 02bc25be56606b3a6c66225687f848f8968a5dff Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 6 Jul 2000 21:29:32 +0000 Subject: Fixed backspace and delete so they work properly again -- broken since 0.44. -Erik --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 981324308..f9d385622 100644 --- a/Changelog +++ b/Changelog @@ -29,6 +29,9 @@ Matt Kraai . * Reorganized signal names in kill.c for better architecture support -- patch thanks to simon wood + * In 0.43, backspace and delete worked properly, but with 0.45, + it just echoed a ^? for backspace, and ^H for control-h. This + was due to a broken macro in init.c, that is now fixed. -Erik Andersen -- cgit v1.2.3