xref: /vim-8.2.3635/src/libvterm/README (revision e16b00a1)
1This is a MODIFIED version of libvterm.
2
3The original can be found:
4- on the original site (tar archive and Bazaar repository):
5	http://www.leonerd.org.uk/code/libvterm/
6- cloned on Github:
7	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.
13