Fixed backspace and delete so they work properly again -- broken

since 0.44.
 -Erik
This commit is contained in:
Eric Andersen
2000-07-06 21:29:32 +00:00
parent e5cec4e3ac
commit 02bc25be56
3 changed files with 7 additions and 4 deletions

View File

@@ -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