1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-24 00:56:14 +00:00

Document ui.mouse_disable and ui.show_ip

This commit is contained in:
Guido Cella 2020-06-26 22:19:17 +02:00
parent 76df3571f2
commit 2294fedc03
2 changed files with 12 additions and 2 deletions

View File

@ -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
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
use the mouse for navigation you can disable mouse support by passing
`\--disable-mouse` to configure.
use the mouse for navigation you can disable mouse support by enabling the
"Disable mouse" option or passing `\--disable-mouse` to configure.
[[move]]

View File

@ -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\&.
.RE
.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)
.RS 4
Always show menu bar on the screen\&.