1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Merge pull request #53 from guidocella/docs

Document ui.mouse_disable and ui.show_ip
This commit is contained in:
rkd77 2020-06-27 10:24:48 +02:00 committed by GitHub
commit f35e4b2310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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\&.