summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-04-19 03:56:33 +0000
committerBill Nottingham <notting@redhat.com>1999-04-19 03:56:33 +0000
commitd4d6c5b4a5e1afdebe49293d04ee9185a6060e79 (patch)
tree422c73395f095521ea43c61c65f718e355fe3f20
parent87689cc249b68a3201e92e3b3b4fc8ab56f9e94b (diff)
downloadinitscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.tar.gz
initscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.tar.xz
initscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.zip
commit inputrc changes
-rw-r--r--initscripts.spec7
-rw-r--r--inputrc11
2 files changed, 16 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec
index a2a7e771..4e7a3c5f 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,10 +1,10 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-%define version 4.13
+%define version 4.15
Version: %{version}
Copyright: GPL
Group: System Environment/Base
-Release: 2
+Release: 1
Source: initscripts-%{version}.tar.gz
BuildRoot: /var/tmp/initbld
Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, modutils >= 2.1.85-3, e2fsprogs, sysklogd >= 1.3.31, console-tools, procps
@@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT
* Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
- fixed typo - "Determing" to "Determining"
+* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
+- updated inputrc so that home/end/del work on console, not just X
+
* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
- fix more logic in initlog
- fix for kernel versions in ifup-aliases
diff --git a/inputrc b/inputrc
index b06d8b4b..9137fb84 100644
--- a/inputrc
+++ b/inputrc
@@ -1,3 +1,14 @@
+set meta-flag on
set input-meta on
set convert-meta off
set output-meta on
+"\e0d": backward-word
+"\e0c": forward-word
+"\e[h": beginning-of-line
+"\e[f": end-of-line
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": beginning-of-history
+"\e[6~": end-of-history
+"\e[3~": delete-char
+"\e[2~": quoted-insert