summaryrefslogtreecommitdiff
path: root/src/libvterm/README
blob: 8d4de39338f5d4ab3bb433cd49b9f028a858b92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This is a MODIFIED version of libvterm.

The original can be found:
- on the original site (tar archive and Bazaar repository):
	http://www.leonerd.org.uk/code/libvterm/
- cloned on Github:
	https://github.com/neovim/libvterm

Modifications:
- Add a .gitignore file.
- Convert from C99 to C90.
- Other changes to support embedding in Vim.