comparison src/libvterm/README @ 30880:82336c3b679d v9.0.0774

patch 9.0.0774: the libvterm code is outdated Commit: https://github.com/vim/vim/commit/6a12d26f3404e45ce25cf9152857e355b28f392a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 19:26:52 2022 +0100 patch 9.0.0774: the libvterm code is outdated Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 20:30:07 +0200
parents 2d2758ffd959
children 5d1e6c4bf723
comparison
equal deleted inserted replaced
30879:2db86b9d26df 30880:82336c3b679d
5 http://www.leonerd.org.uk/code/libvterm/ 5 http://www.leonerd.org.uk/code/libvterm/
6 - cloned on Github: 6 - cloned on Github:
7 https://github.com/neovim/libvterm 7 https://github.com/neovim/libvterm
8 8
9 Modifications: 9 Modifications:
10 - Add a .gitignore file. 10 - revisions up to 817 have been included
11 - Convert some code from C99 to C90. 11 - Added a .gitignore file.
12 - use TRUE and FALSE instead of true and false
13 - use int or unsigned int instead of bool
14 - Converted some code from C99 to C90.
12 - Other changes to support embedding in Vim. 15 - Other changes to support embedding in Vim.
13 16
14 To get the latest version of libvterm you need the "bzr" command and do: 17 To get the latest version of libvterm you need the "bzr" command and do:
15 bzr co http://bazaar.leonerd.org.uk/c/libvterm/ 18 bzr co http://bazaar.leonerd.org.uk/c/libvterm/
16 19