From d4d6c5b4a5e1afdebe49293d04ee9185a6060e79 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 19 Apr 1999 03:56:33 +0000 Subject: commit inputrc changes --- initscripts.spec | 7 +++++-- inputrc | 11 +++++++++++ 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 - fixed typo - "Determing" to "Determining" +* Fri Apr 16 1999 Preston Brown +- updated inputrc so that home/end/del work on console, not just X + * Thu Apr 08 1999 Bill Nottingham - 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 -- cgit v1.2.1