From 2294fedc03250b6a0409f2602e6fdaf51b292a64 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Fri, 26 Jun 2020 22:19:17 +0200 Subject: [PATCH] Document ui.mouse_disable and ui.show_ip --- doc/faq.txt | 4 ++-- doc/man/man5/elinks.conf.5 | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/faq.txt b/doc/faq.txt index 115b5c00..ab15d3bb 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -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]] diff --git a/doc/man/man5/elinks.conf.5 b/doc/man/man5/elinks.conf.5 index 79e7986d..ee76c51b 100644 --- a/doc/man/man5/elinks.conf.5 +++ b/doc/man/man5/elinks.conf.5 @@ -1827,6 +1827,16 @@ ui\&.language \fB\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\&.