patch 8.0.1674: libvterm can't handle an OSC string split v8.0.1674
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Apr 2018 19:42:56 +0000 (21:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Apr 2018 19:42:56 +0000 (21:42 +0200)
commit77557a7ae66830cb21c79d3a2b48a93b086599b3
treed31b3ea474056bc2222448683799c2d29e6560d6
parent4791015e6f0adf7f3a0a6a59884c4092ca3c19ef
patch 8.0.1674: libvterm can't handle an OSC string split

Problem:    Libvterm can't handle a long OSC string that is split.
Solution:   When an incomplete OSC string is received copy it to the parser
            buffer. Increase the size of the parser buffer to be able to
            handle longer strings.
src/libvterm/src/parser.c
src/libvterm/src/vterm.c
src/version.c