diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 21:29:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 21:29:32 +0000 |
commit | 87add0ac89c23bcb0e73ce25eaacdf5512f66b09 (patch) | |
tree | 51ce772612a78c6698c04b57c4b292c06ff256bf /Changelog | |
parent | f511175be67ed7ddb06c79691f4b5154c5ed2744 (diff) | |
download | busybox-w32-87add0ac89c23bcb0e73ce25eaacdf5512f66b09.tar.gz busybox-w32-87add0ac89c23bcb0e73ce25eaacdf5512f66b09.tar.bz2 busybox-w32-87add0ac89c23bcb0e73ce25eaacdf5512f66b09.zip |
Fixed backspace and delete so they work properly again -- broken
since 0.44.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@759 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ | |||
29 | Matt Kraai <kraai@alumni.carnegiemellon.edu>. | 29 | Matt Kraai <kraai@alumni.carnegiemellon.edu>. |
30 | * Reorganized signal names in kill.c for better architecture support | 30 | * Reorganized signal names in kill.c for better architecture support |
31 | -- patch thanks to simon wood <simon@mungewell.uklinux.net> | 31 | -- patch thanks to simon wood <simon@mungewell.uklinux.net> |
32 | * In 0.43, backspace and delete worked properly, but with 0.45, | ||
33 | it just echoed a ^? for backspace, and ^H for control-h. This | ||
34 | was due to a broken macro in init.c, that is now fixed. | ||
32 | 35 | ||
33 | 36 | ||
34 | -Erik Andersen | 37 | -Erik Andersen |