From a4196fc04a54d18aba454e4a727690d6c48afae6 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 26 Jan 2017 09:58:24 -0800 Subject: 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. --- docs/source/configuration/alotrc_table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3