]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1125: libvterm does not handle the window position report v8.1.1125
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Apr 2019 15:47:40 +0000 (17:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Apr 2019 15:47:40 +0000 (17:47 +0200)
commitfa1e90cd4d1bebd66da22df4625f70963f091f17
tree4d129283fee69272fd52f7d88e27b7822b21a3f2
parentd9eefe3155277cec71105f52d34a76f7a3237e7f
patch 8.1.1125: libvterm does not handle the window position report

Problem:    Libvterm does not handle the window position report.
Solution:   Let libvterm call the fallback CSI handler when not handling CSI
            sequence.  Handle the window position report in Vim.
src/evalfunc.c
src/libvterm/src/state.c
src/proto/ui.pro
src/terminal.c
src/testdir/test_terminal.vim
src/ui.c
src/version.c