]> granicus.if.org Git - vim/commit
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap v9.0.1168
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2023 12:37:38 +0000 (12:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2023 12:37:38 +0000 (12:37 +0000)
commit06cd14d0bf990d0002d61a721aa3d5b8a3c44028
treeb36b89cc127cf2e952238f530c7c3053dc868658
parent1b5f03ec9c5551047d5de8d845541dd3201abe7c
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap

Problem:    Code to enable/disable mouse is not from terminfo/termcap.
Solution:   Request the "XM" entry and use it to set 'ttymouse' if possible.
runtime/doc/options.txt
src/optiondefs.h
src/os_unix.c
src/proto/term.pro
src/term.c
src/termdefs.h
src/version.c