1
0
forked from aniani/vim

patch 8.2.0784: libvterm code lags behind the upstream version

Problem:    Libvterm code lags behind the upstream version.
Solution:   Include revisions 730 - 733.
This commit is contained in:
Bram Moolenaar
2020-05-17 21:50:16 +02:00
parent c4c9f7e43e
commit 94d729cbe8
6 changed files with 84 additions and 43 deletions

View File

@@ -483,6 +483,9 @@ int main(int argc UNUSED, char **argv UNUSED)
if(streq(line, "INIT")) {
if(!vt)
vt = vterm_new(25, 80);
// Somehow this makes tests fail
// vterm_output_set_callback(vt, term_output, NULL);
}
else if(streq(line, "WANTPARSER")) {