Tony Mechelynck wrote: > On Mon, Mar 16, 2020 at 6:04 PM Tony Mechelynck > <[email protected]> wrote: > >> Update: manually setting ttymouse=sgr in konsole 18.12.3 makes it >> work, even though it only admits to xterm equivalent version 115, >> which would normally mean ttymouse=xterm2. >> >> Best rgards, >> Tony. > > OK, I'll add the following to my vimrc, but it is a hack, and not > guaranteed to work: > > au TermResponse * > \ if &ttym == 'xterm2' | set ttym=sgr | endif > > Best regards, > Tony.
I don't suppose your terminal emulator sets $TERM_PROGRAM? (As far as I've been able to tell, this environment variable is a macOS-ism, but if you can use it it seems like it might solve your problem neatly.) Benjamin -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/k7v6dhl4.f29ttp%40bdesham.net.
