diff options
Diffstat (limited to 'network/elinks/README')
-rw-r--r-- | network/elinks/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/elinks/README b/network/elinks/README index 4f3bea0bb783c..a938b69028527 100644 --- a/network/elinks/README +++ b/network/elinks/README @@ -18,3 +18,9 @@ experiementing with various $TERM variables, as well as look into the settings for terminal options. EG: TERM=rxvt-unicode elinks <URL> + +To disable the X windows mouse use the flag NOMOUSE=1 +To disable the gpm mouse use the flag NOGPM=1 +or combine them: + +NOMOUSE=1 NOGPM=1 ./elinks.SlackBuild |