mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Document ui.mouse_disable and ui.show_ip
This commit is contained in:
parent
76df3571f2
commit
2294fedc03
@ -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]]
|
||||
|
@ -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\&.
|
||||
|
Loading…
Reference in New Issue
Block a user