1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Merge pull request #36 from sgerwk/master

document '-remote reload()'
This commit is contained in:
rkd77 2019-09-30 21:57:02 +02:00 committed by GitHub
commit e8addcb561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,7 @@ submit the newer version.
Unix - just doing: Unix - just doing:
$ ./autogen.sh
$ ./configure $ ./configure
$ make $ make

View File

@ -207,6 +207,10 @@ Following is a list of the supported methods:
.RE .RE
.sp .sp
.RS 4 .RS 4
\h'-04'\(bu\h'+03'\fBreload()\fR: reload the document 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

@ -76,6 +76,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.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
`-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