1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-29 01:45:34 +00:00

document the -remote search(string) function

This commit is contained in:
sgerwk 2020-05-03 16:31:44 +02:00
parent 5c57cf6270
commit 5b88e3ac9c
2 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,10 @@ Following is a list of the supported methods:
.RE .RE
.sp .sp
.RS 4 .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 \h'-04'\(bu\h'+03'\fBxfeDoCommand(\fR\fBopenBrowser\fR\fB)\fR: open new window
.RE .RE
.RE .RE

View File

@ -77,6 +77,7 @@ Command Description
addBookmark(URL) Bookmarks the passed URL. addBookmark(URL) Bookmarks the passed URL.
infoBox(text) Show text in a message box. infoBox(text) Show text in a message box.
reload() Reload the document in the current tab. 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 `-remote` can also take a list of URLs without an explicit action, in which case