Mercurial > vim
view src/libvterm/README @ 13472:f6a4614edea4 v8.0.1610
patch 8.0.1610: cannot build without GUI
commit https://github.com/vim/vim/commit/4ac31eeff0409de0b1fe2d9e9f678859656ac4ae
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 16 21:34:25 2018 +0100
patch 8.0.1610: cannot build without GUI
Problem: Cannot build without GUI.
Solution: Add #ifdef.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 16 Mar 2018 21:45: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.