]> Sergey Matveev's repositories - nnn.git/commit
fix: no mouse support inside vim terminal
authorNRK <nrk@disroot.org>
Thu, 21 Oct 2021 11:28:13 +0000 (17:28 +0600)
committerNRK <nrk@disroot.org>
Thu, 21 Oct 2021 12:21:59 +0000 (18:21 +0600)
commitdd7c13dd77cd8e63cd776dc703e23399b64afd32
treec2ec4223644162c772aedebf90921ec632b17670
parent12fa5344cffcfd7aba726d4c594d3995d5edc840
fix: no mouse support inside vim terminal

we need to signal mouse event by printing these escape codes. the X10
escape code seems to be legacy format only used as fallback incase SGR
extended coordinates aren't supported.
src/nnn.c