]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- restores pre-0.10.2 type-ahead (incremental) search behaviour
authorTomasz Pala <gotar@pld-linux.org>
Fri, 22 Aug 2008 09:13:34 +0000 (09:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks-old_incremental.patch -> 1.1

elinks-old_incremental.patch [new file with mode: 0644]

diff --git a/elinks-old_incremental.patch b/elinks-old_incremental.patch
new file mode 100644 (file)
index 0000000..94b57c7
--- /dev/null
@@ -0,0 +1,10 @@
+--- elinks-0.12pre1/src/viewer/text/search.c.orig      2008-07-01 02:11:44.000000000 +0200
++++ elinks-0.12pre1/src/viewer/text/search.c   2008-08-21 23:13:57.000000000 +0200
+@@ -1551,6 +1551,7 @@
+               default:
+                       if (doc_view->document->nlinks) {
+                               handler = link_typeahead_handler;
++                              history = NULL;
+                               break;
+                       }
This page took 0.196372 seconds and 4 git commands to generate.