mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge pull request #43 from sgerwk/master
document the -remote search(string) function
This commit is contained in:
commit
08d200f42c
@ -211,6 +211,10 @@ Following is a list of the supported methods:
|
||||
.RE
|
||||
.sp
|
||||
.RS 4
|
||||
\h'-04'\(bu\h'+03'\fBsearch(\fR\fBstring\fR\fB)\fR: search in the current tab
|
||||
.RE
|
||||
.sp
|
||||
.RS 4
|
||||
\h'-04'\(bu\h'+03'\fBxfeDoCommand(\fR\fBopenBrowser\fR\fB)\fR: open new window
|
||||
.RE
|
||||
.RE
|
||||
|
@ -77,6 +77,7 @@ Command Description
|
||||
addBookmark(URL) Bookmarks the passed URL.
|
||||
infoBox(text) Show text in a message box.
|
||||
reload() Reload the document in the current tab.
|
||||
search(string) Search for the string in the current tab
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
`-remote` can also take a list of URLs without an explicit action, in which case
|
||||
|
Loading…
Reference in New Issue
Block a user