public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: add support for ctrl+arrow keys in rxvt(#474110)
@ 2026-06-22 15:55 Ondrej Vasik
  0 siblings, 0 replies; only message in thread
From: Ondrej Vasik @ 2026-06-22 15:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/setup
Branch : update_services
Commit : 585a994a8ffa08de058e2720a078e1c67fc834da
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date   : 2009-01-30T09:58:25+00:00
Stats  : +18/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/setup/c/585a994a8ffa08de058e2720a078e1c67fc834da?branch=update_services

Log:
add support for ctrl+arrow keys in rxvt(#474110)

---
diff --git a/setup-2.7.7-rxvt.patch b/setup-2.7.7-rxvt.patch
new file mode 100644
index 0000000..72f4a00
--- /dev/null
+++ b/setup-2.7.7-rxvt.patch
@@ -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

diff --git a/setup.spec b/setup.spec
index 2883822..5da0303 100644
--- a/setup.spec
+++ b/setup.spec
@@ -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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:55 [rpms/setup] update_services: add support for ctrl+arrow keys in rxvt(#474110) Ondrej Vasik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox