view src/libvterm/README @ 13315:1e7852d6d333

Added tag v8.0.1531 for changeset 65c3e8259124e8c88bd21001e54f8326c5aa38ed
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2018 21:15:06 +0100
parents 7846efd291d7
children 9f857e6310b6
line wrap: on
line source

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.