summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJody Foo <jody.foo@gmail.com>2017-01-13 21:28:50 +0100
committerJody Foo <jody.foo@gmail.com>2017-01-13 21:28:50 +0100
commita71499a910adebcc85bb7c96ea817456bcd81718 (patch)
treeba64c17778c0d2bc819025caccb3275d368b8dc2 /docs
parent4645c4b2eb2b3aa93305f0c10fd3567cfeeb41c7 (diff)
Add a setting for enabling or disabling mouse support.
Mouse support is enabled by default. To disable mouse support, set ``` handle_mouse = False ``` in your config file.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/alotrc_table10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table
index ff38eba4..9e27b206 100644
--- a/docs/source/configuration/alotrc_table
+++ b/docs/source/configuration/alotrc_table
@@ -289,6 +289,16 @@
:default: "Fwd: "
+.. _handle-mouse:
+
+.. describe:: handle_mouse
+
+ enable mouse support - mouse tracking will be handled by urwid
+
+ :type: boolean
+ :default: True
+
+
.. _history-size:
.. describe:: history_size