PythonNut / zsh-config

:wrench: My personal ZSH config
MIT License
6 stars 1 forks source link

Automatically disable xterm mouse codes #47

Open PythonNut opened 6 years ago

PythonNut commented 6 years ago

By, say, adding

printf "\e[?1006l\e[?1005l\e[?1002l\e[?1000l"

to precmd.

PythonNut commented 6 years ago

This may require detecting if the feature is on, or at least understood.