aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-06 21:29:32 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-06 21:29:32 +0000
commit02bc25be56606b3a6c66225687f848f8968a5dff (patch)
tree51ce772612a78c6698c04b57c4b292c06ff256bf /Changelog
parente5cec4e3ac31ec32fd8a39287155374ea2283518 (diff)
downloadbusybox-02bc25be56606b3a6c66225687f848f8968a5dff.tar.gz
Fixed backspace and delete so they work properly again -- broken
since 0.44. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 981324308..f9d385622 100644
--- a/Changelog
+++ b/Changelog
@@ -29,6 +29,9 @@
Matt Kraai <kraai@alumni.carnegiemellon.edu>.
* Reorganized signal names in kill.c for better architecture support
-- patch thanks to simon wood <simon@mungewell.uklinux.net>
+ * 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