summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-05 20:32:00 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-05 20:32:00 +0000
commit4f3691d183f6393f05e08ffc00e53102b5d65753 (patch)
tree890bfb3583050080f4892d2770a0e3e2d405dab0 /utils
parent33937fe2e5990fbb282688e5757db1c07073e9c7 (diff)
downloadnetsurf-4f3691d183f6393f05e08ffc00e53102b5d65753.tar.gz
netsurf-4f3691d183f6393f05e08ffc00e53102b5d65753.tar.bz2
[project @ 2004-08-05 20:32:00 by jmb]
Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index 5bc039a3d..8c58e27e0 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -44,6 +44,8 @@
#define WITH_URL
/* Keyboard navigation support */
#define WITH_KEYBOARD_NAVIGATION
+ /* Free text search */
+ #define WITH_SEARCH
#endif
#ifdef ncos
/* Kiosk style browsing support */