summaryrefslogtreecommitdiffstats
path: root/src/libvterm/Makefile
AgeCommit message (Collapse)Author
2023-08-11patch 9.0.1684: Update libvterm to rev 839v9.0.1684zeertzjq
Problem: libvterm slightly outdated Solution: Update libvterm from rev 818 to rev 839 Notable fix: libvterm now handles DECSM/DECRM with multiple arguents, so several ncurses programs (e.g. nnn) can enable mouse properly when run in Vim's terminal in XTerm. closes: #12746 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
2022-10-16patch 9.0.0774: the libvterm code is outdatedv9.0.0774Bram Moolenaar
Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.
2021-11-24patch 8.2.3666: libvterm is outdatedv8.2.3666Bram Moolenaar
Problem: Libvterm is outdated. Solution: Include patches from revision 769 to revision 789.
2020-12-03patch 8.2.2086: libvterm tests are only run on Linuxv8.2.2086Bram Moolenaar
Problem: Libvterm tests are only run on Linux. Solution: Use static libraries. (Ozaki Kiichi, closes #7419)
2020-05-17patch 8.2.0785: libvterm code lags behind the upstream versionv8.2.0785Bram Moolenaar
Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 734 - 740.
2020-05-17patch 8.2.0778: libvterm code lags behind the upstream versionv8.2.0778Bram Moolenaar
Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 720 - 723.
2020-05-17patch 8.2.0776: libvterm code lags behind the upstream versionv8.2.0776Bram Moolenaar
Problem: Libvterm code lags behind the upstream version. Solution: Include revision 719.
2018-12-15patch 8.1.0595: libvterm tests are not run with coveragev8.1.0595Bram Moolenaar
Problem: Libvterm tests are not run with coverage. Solution: Adjust the Travis config. Show the actually run commands.
2018-12-15patch 8.1.0593: illegal memory access in libvterm testv8.1.0593Bram Moolenaar
Problem: Illegal memory access in libvterm test. Solution: Fix off-by-one error.
2018-12-15patch 8.1.0592: the libvterm tests are not run as part of Vim testsv8.1.0592Bram Moolenaar
Problem: The libvterm tests are not run as part of Vim tests. Solution: Add testing libvterm.
2017-07-07patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar
Problem: No terminal emulator support. Cannot properly run commands in the GUI. Cannot run a job interactively with an ssh connection. Solution: Very early implementation of the :terminal command. Includes libvterm converted to ANSI C. Many parts still missing.