]> git.deb.at Git - pkg/abook.git/commitdiff
Search the next match using the 'n' key as a synonym for '\\'.
authorHagen Fuchs <mailingliste2@gmx.net>
Mon, 30 Apr 2012 16:27:35 +0000 (18:27 +0200)
committerRaphaël Droz <raphael.droz+floss@gmail.com>
Sat, 5 May 2012 16:33:53 +0000 (18:33 +0200)
See http://sourceforge.net/mailarchive/message.php?msg_id=26773453

Signed-off-by: Roger <rogerx.oss@gmail.com>
ui.c

diff --git a/ui.c b/ui.c
index 9ef3ee6ac3b850119db2b9435f1072276286fb16..170583e096f8df917e5df1f336ff6c8418432b82 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -608,6 +608,7 @@ get_commands()
                        case 'F': sort_by_field(NULL);  break;
 
                        case '/': ui_find(0);           break;
+                       case 'n':
                        case '\\': ui_find(1);          break;
 
                        case ' ': if(list_get_curitem() >= 0) {