summaryrefslogtreecommitdiff
path: root/src/libvterm/README
blob: ef74b011aa0715f2d628721936306c961cbbd8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.
-