1
0
forked from aniani/vim

patch 8.2.3666: libvterm is outdated

Problem:    Libvterm is outdated.
Solution:   Include patches from revision 769 to revision 789.
This commit is contained in:
Bram Moolenaar
2021-11-24 19:30:55 +00:00
parent 19916a8c89
commit 7da341560e
18 changed files with 953 additions and 238 deletions

View File

@@ -4526,7 +4526,10 @@ static VTermStateFallbacks state_fallbacks = {
NULL, // control
parse_csi, // csi
parse_osc, // osc
NULL // dcs
NULL, // dcs
NULL, // apc
NULL, // pm
NULL // sos
};
/*