blob: 8d4de39338f5d4ab3bb433cd49b9f028a858b92d [file] [log] [blame]
Bram Moolenaare4f25e42017-07-07 11:54:15 +02001This is a MODIFIED version of libvterm.
2
3The original can be found:
Bram Moolenaar9cc5f752017-07-23 22:07:27 +02004- on the original site (tar archive and Bazaar repository):
Bram Moolenaare4f25e42017-07-07 11:54:15 +02005 http://www.leonerd.org.uk/code/libvterm/
Bram Moolenaar9cc5f752017-07-23 22:07:27 +02006- cloned on Github:
Bram Moolenaare4f25e42017-07-07 11:54:15 +02007 https://github.com/neovim/libvterm
8
9Modifications:
10- Add a .gitignore file.
11- Convert from C99 to C90.
12- Other changes to support embedding in Vim.