diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-11-19 20:58:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-20 17:59:14 +0700 |
commit | d8546d90adcc0ec9965d3e3b1e88e415f7f024bc (patch) | |
tree | ace2c0a6c7d4f3802a329cc8bb3eaf3cee45851b /network/elinks/README | |
parent | 0e87b5e91725b09a8f0c0d8d5e0e86e4c78070a6 (diff) | |
download | slackbuilds-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/README | 6 |
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 |