monome / druid

terminal interface for crow
GNU General Public License v3.0
35 stars 16 forks source link

Disable mouse support to restore ability to select text #78

Closed joeweiss closed 2 years ago

joeweiss commented 2 years ago

Fixes #20, but disables the ability to scroll back up through the output with the mouse.

I personally need to select and copy error messages more than I need to scroll back up through the output.

Problem originates in prompt-toolkit. See https://github.com/prompt-toolkit/ptpython/issues/329 for more info.