]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1595: cannot easily see what Vim sends to the terminal v8.2.1595
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 12:27:24 +0000 (14:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 12:27:24 +0000 (14:27 +0200)
commit86394aa9720c5e087d85831e42d44e042987fbc0
tree853c38b28ea57594f1daec276c9fcc2b94c08bf1
parentcf8aa6448b3520905bea528ea8ad6533cbef288d
patch 8.2.1595: cannot easily see what Vim sends to the terminal

Problem:    Cannot easily see what Vim sends to the terminal.
Solution:   Write output to the channel log if it contains terminal control
            sequences.  Avoid warnings for tputs() argument.
src/edit.c
src/globals.h
src/normal.c
src/optionstr.c
src/term.c
src/version.c