diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-28 21:48:53 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-28 21:48:53 +0100 |
commit | 8cef1794d6a092e72482bcb4927fced3b7b75d2a (patch) | |
tree | 028c975c5f3c93331f08871b40f34d816b9f3055 /sys/man/1 | |
parent | 59d8c24f585f8460c3ca20e9d34ea0268ada993f (diff) |
mothra: add regular expression text search (thanks mischief, sl)
this works differently from mischiefs original patch. instead of
overloading the address bar, we popup our own enter box. the
function can be invoked from the menu or by hitting ^F.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/mothra | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/man/1/mothra b/sys/man/1/mothra index 99b0c4f38..f79044938 100644 --- a/sys/man/1/mothra +++ b/sys/man/1/mothra @@ -104,6 +104,9 @@ If nothing is selected, the current URL is copied. .B paste Paste the snarf buffer to the current text entry. .TP +.B search +Search for a regular expression in the current page. +.TP .B save hit Save the current URL to the hit list. .TP |