public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Vasik <ovasik@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: add support for ctrl+arrow keys in rxvt(#474110)
Date: Mon, 22 Jun 2026 15:55:03 GMT [thread overview]
Message-ID: <178214370359.1.384444430106431320.rpms-setup-585a994a8ffa@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-22 15:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178214370359.1.384444430106431320.rpms-setup-585a994a8ffa@fedoraproject.org \
--to=ovasik@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox