]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0772: the libvterm code is outdated v9.0.0772
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Oct 2022 13:35:46 +0000 (14:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Oct 2022 13:35:46 +0000 (14:35 +0100)
commit501e77766cd30d8f4bfeb04a67aff1865b5f5a41
tree62efb7918724b984e8be142d8ab4657c57fa9943
parent3c053a1a5ad2a3c924929e11f2b9af20a8b901e2
patch 9.0.0772: the libvterm code is outdated

Problem:    The libvterm code is outdated.
Solution:   Include libvterm changes from revision 790 to 801.
16 files changed:
src/libvterm/README
src/libvterm/doc/seqs.txt
src/libvterm/include/vterm.h
src/libvterm/src/screen.c
src/libvterm/src/state.c
src/libvterm/src/vterm.c
src/libvterm/src/vterm_internal.h
src/libvterm/t/26state_query.test
src/libvterm/t/60screen_ascii.test
src/libvterm/t/61screen_unicode.test
src/libvterm/t/62screen_damage.test
src/libvterm/t/63screen_resize.test
src/libvterm/t/65screen_protect.test
src/libvterm/t/harness.c
src/libvterm/t/run-test.pl
src/version.c