summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-01-26 09:58:24 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-01-26 13:43:49 -0800
commita4196fc04a54d18aba454e4a727690d6c48afae6 (patch)
tree7b4d3753a05d122c2fb140ee82e588fa3cde0689 /docs/source
parent3e9f761946ed529ebfe0cb1181aa1ca336ef096b (diff)
Default to not handling mouse
As discussed elsewhere, handling the mouse was not done before, and breaks work flows that include using the mouse for other things (middle-click paste). This only changes the default option to False.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/configuration/alotrc_table2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table
index 9e27b206..300d7167 100644
--- a/docs/source/configuration/alotrc_table
+++ b/docs/source/configuration/alotrc_table
@@ -296,7 +296,7 @@
enable mouse support - mouse tracking will be handled by urwid
:type: boolean
- :default: True
+ :default: False
.. _history-size: