summaryrefslogtreecommitdiffstats
path: root/network/elinks/README
diff options
context:
space:
mode:
author David Woodfall2017-11-19 21:58:05 +0100
committer Willy Sudiarto Raharjo2017-11-20 11:59:14 +0100
commitd8546d90adcc0ec9965d3e3b1e88e415f7f024bc (patch)
treeace2c0a6c7d4f3802a329cc8bb3eaf3cee45851b /network/elinks/README
parent0e87b5e91725b09a8f0c0d8d5e0e86e4c78070a6 (diff)
downloadslackbuilds-d8546d90adcc0ec9965d3e3b1e88e415f7f024bc.tar.gz
network/elinks: Add options to disable mouse and gpm.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/elinks/README')
-rw-r--r--network/elinks/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/elinks/README b/network/elinks/README
index 4f3bea0bb7..a938b69028 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