]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0996: Mac: t_RS is echoed on the screne in Terminal.app v8.0.0996
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Aug 2017 13:16:03 +0000 (15:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Aug 2017 13:16:03 +0000 (15:16 +0200)
commit833e0e3c8ccd6047dd596c4ffd68cb0ab13b4e41
tree4056396d60e5c6999dc7a58200180b1679c00f37
parent753289f9bf71c0528f00d803a39d017184640e9d
patch 8.0.0996: Mac: t_RS is echoed on the screne in Terminal.app

Problem:    Mac: t_RS is echoed on the screne in Terminal.app.  Even though
            $TERM is set to "xterm-256colors" it cannot handle this xterm
            escape sequence.
Solution:   Recognize Terminal.app from the termresponse and skip sending t_RS
            if it looks like Terminal.app.
src/term.c
src/version.c