| Bram Moolenaar | e4f25e4 | 2017-07-07 11:54:15 +0200 | [diff] [blame] | 1 | This is a MODIFIED version of libvterm. |
| 2 | |||||
| 3 | The 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 | |||||
| 9 | Modifications: | ||||
| 10 | - Add a .gitignore file. | ||||
| 11 | - Convert from C99 to C90. | ||||
| 12 | - Other changes to support embedding in Vim. | ||||
| 13 | - | ||||