[packages/readline] - rel 5; history search by using cursor keys (quite convinient and shouldn't break anything)
arekm
arekm at pld-linux.org
Fri Mar 8 17:42:43 CET 2013
commit 8ec20324c806ee51d00e202060a6d8d71537024f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Mar 8 17:42:40 2013 +0100
- rel 5; history search by using cursor keys (quite convinient and shouldn't break anything)
readline-sys_inputrc | 3 +++
readline.spec | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/readline.spec b/readline.spec
index 1aacc4b..380d37e 100644
--- a/readline.spec
+++ b/readline.spec
@@ -13,7 +13,7 @@ Summary(tr.UTF-8): Terminalden satır okumak için kullanılan bir kitaplık
Summary(uk.UTF-8): Бібліотека для читання стрічок з терміналу
Name: readline
Version: %{ver}%{?patchlevel:.%{patchlevel}}
-Release: 4
+Release: 5
License: GPL v3+
Group: Libraries
Source0: http://ftp.gnu.org/gnu/readline/%{name}-%{ver}.tar.gz
diff --git a/readline-sys_inputrc b/readline-sys_inputrc
index e310728..a422b18 100644
--- a/readline-sys_inputrc
+++ b/readline-sys_inputrc
@@ -2,3 +2,6 @@ set meta-flag on
set convert-meta off
set output-meta on
set horizontal-scroll-mode off
+
+"\e[B": history-search-forward
+"\e[A": history-search-backward
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/readline.git/commitdiff/8ec20324c806ee51d00e202060a6d8d71537024f
More information about the pld-cvs-commit
mailing list