patch 8.0.0693: no terminal emulator support
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.
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 1a0e841..46b6125 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -101,6 +101,7 @@
tabpage.txt \
tagsrch.txt \
term.txt \
+ terminal.txt \
tips.txt \
todo.txt \
uganda.txt \
@@ -236,6 +237,7 @@
tabpage.html \
tagsrch.html \
term.html \
+ terminal.html \
tips.html \
todo.html \
uganda.html \