mothra(1): update man page
parent
050db2258f
commit
6999a3294d
|
@ -71,18 +71,22 @@ by underlined text or a boxed image) in the
|
||||||
current file. Button 2 shows the URL of a file,
|
current file. Button 2 shows the URL of a file,
|
||||||
but does not retrieve or display it.
|
but does not retrieve or display it.
|
||||||
Button 3 pops up a menu of commands:
|
Button 3 pops up a menu of commands:
|
||||||
.TF save\ back
|
.TF alt\ display
|
||||||
.TP
|
.TP
|
||||||
.B save back
|
.B alt display
|
||||||
Place a link to the current file in a `back list'
|
Collapse or expand the navigation boxes at the top of the browser window.
|
||||||
for future reference.
|
|
||||||
.TP
|
.TP
|
||||||
.B get back
|
.B snarf url
|
||||||
Retrieve and display the back list.
|
Copy the current URL to the snarf buffer.
|
||||||
.TP
|
.TP
|
||||||
.B fix cmap
|
.B paste
|
||||||
Adjust the display's color map so that images will
|
Paste the current snarf buffer at the current cursor position.
|
||||||
have correct colors.
|
.TP
|
||||||
|
.B save hit
|
||||||
|
Save the current URL to the hit list.
|
||||||
|
.TP
|
||||||
|
.B hit list
|
||||||
|
Retrieve and display the hit list.
|
||||||
.TP
|
.TP
|
||||||
.B exit
|
.B exit
|
||||||
Ask for confirmation and quit.
|
Ask for confirmation and quit.
|
||||||
|
@ -94,17 +98,23 @@ The typed commands are:
|
||||||
.BI g " url
|
.BI g " url
|
||||||
Get the page with the given URL.
|
Get the page with the given URL.
|
||||||
.TP
|
.TP
|
||||||
|
.B r
|
||||||
|
Reload the current page.
|
||||||
|
.TP
|
||||||
.BI s " file
|
.BI s " file
|
||||||
Save the current file in the given
|
Save the current page in the given
|
||||||
|
.I file.
|
||||||
|
.TP
|
||||||
|
.BI W " file
|
||||||
|
Capture a screenshot of the entire browser window in the given
|
||||||
|
.I file.
|
||||||
|
.TP
|
||||||
|
.BI w " file
|
||||||
|
Capture a screenshot of the content area in the given
|
||||||
.I file.
|
.I file.
|
||||||
.TP
|
.TP
|
||||||
.B q
|
.B q
|
||||||
Quit.
|
Quit.
|
||||||
.TP
|
|
||||||
.B ?
|
|
||||||
.TP
|
|
||||||
.B h
|
|
||||||
Get help.
|
|
||||||
.PD
|
.PD
|
||||||
.PP
|
.PP
|
||||||
When
|
When
|
||||||
|
@ -117,8 +127,8 @@ image), it will start up an appropriate viewer, for example
|
||||||
.IR 9v (9.1))
|
.IR 9v (9.1))
|
||||||
for image files.
|
for image files.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B $home/lib/mothra/back.html
|
.B $home/lib/mothra/hit.html
|
||||||
the back list
|
the hit list
|
||||||
.br
|
.br
|
||||||
.B $home/lib/mothra/mothra.url
|
.B $home/lib/mothra/mothra.url
|
||||||
log of visited URLs
|
log of visited URLs
|
||||||
|
|
Loading…
Reference in New Issue