mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
Merge pull request #53 from guidocella/docs
Document ui.mouse_disable and ui.show_ip
This commit is contained in:
commit
f35e4b2310
@ -33,8 +33,8 @@ How does cutting and pasting work?
|
|||||||
The reason why normal cut and paste does not work is that ELinks requests all
|
The reason why normal cut and paste does not work is that ELinks requests all
|
||||||
mouse event info even if it is compiled without GPM. Therefore it is necessary
|
mouse event info even if it is compiled without GPM. Therefore it is necessary
|
||||||
to hold down the Shift key when cutting or pasting text. If you do not need to
|
to hold down the Shift key when cutting or pasting text. If you do not need to
|
||||||
use the mouse for navigation you can disable mouse support by passing
|
use the mouse for navigation you can disable mouse support by enabling the
|
||||||
`\--disable-mouse` to configure.
|
"Disable mouse" option or passing `\--disable-mouse` to configure.
|
||||||
|
|
||||||
|
|
||||||
[[move]]
|
[[move]]
|
||||||
|
@ -1827,6 +1827,16 @@ ui\&.language \fB<language>\fR (default: "System")
|
|||||||
Language of user interface\&. \'System\' means that the language will be extracted from the environment dynamically\&.
|
Language of user interface\&. \'System\' means that the language will be extracted from the environment dynamically\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
ui\&.mouse_disable \fB[0|1]\fR (default: 0)
|
||||||
|
.RS 4
|
||||||
|
Disable the mouse\&. Changes take effect at the next ELinks restart\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
ui\&.show_ip \fB[0|1]\fR (default: 0)
|
||||||
|
.RS 4
|
||||||
|
Whether to display the IP address of the document in the status bar\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
ui\&.show_menu_bar_always \fB[0|1]\fR (default: 0)
|
ui\&.show_menu_bar_always \fB[0|1]\fR (default: 0)
|
||||||
.RS 4
|
.RS 4
|
||||||
Always show menu bar on the screen\&.
|
Always show menu bar on the screen\&.
|
||||||
|
Loading…
Reference in New Issue
Block a user