add support for ctrl+arrow keys in rxvt(#474110)
This commit is contained in:
parent
33bccd40e9
commit
585a994a8f
12
setup-2.7.7-rxvt.patch
Normal file
12
setup-2.7.7-rxvt.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urNp setup-2.7.7-orig/inputrc setup-2.7.7/inputrc
|
||||
--- setup-2.7.7-orig/inputrc 2009-01-22 14:00:18.000000000 +0100
|
||||
+++ setup-2.7.7/inputrc 2009-01-30 10:49:40.000000000 +0100
|
||||
@@ -26,6 +26,8 @@ $if mode=emacs
|
||||
|
||||
# for rxvt
|
||||
"\e[8~": end-of-line
|
||||
+"\eOc": forward-word
|
||||
+"\eOd": backward-word
|
||||
|
||||
# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
|
||||
"\eOH": beginning-of-line
|
||||
@ -1,12 +1,13 @@
|
||||
Summary: A set of system configuration and setup files
|
||||
Name: setup
|
||||
Version: 2.7.7
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
URL: https://fedorahosted.org/setup/
|
||||
Source: setup-%{version}.tar.bz2
|
||||
Patch1: setup-2.7.7-uidgid.patch
|
||||
Patch2: setup-2.7.7-rxvt.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: bash tcsh perl
|
||||
@ -20,6 +21,7 @@ setup files, such as passwd, group, and profile.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -89,6 +91,9 @@ end
|
||||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
|
||||
|
||||
%changelog
|
||||
* Fri Jan 30 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-3
|
||||
- add support for ctrl+arrow keys in rxvt(#474110)
|
||||
|
||||
* Thu Jan 29 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-2
|
||||
- reserve 87 gid for polkituser (just uid was reserved),
|
||||
reserve 18 gid for dialout(to prevent conflicts with
|
||||
|
||||
Loading…
Reference in New Issue
Block a user