forked from aniani/vim
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.
This commit is contained in:
11
src/libvterm/doc/URLs
Normal file
11
src/libvterm/doc/URLs
Normal file
@@ -0,0 +1,11 @@
|
||||
ECMA-48:
|
||||
http://www.ecma-international.org/publications/standards/Ecma-048.htm
|
||||
|
||||
Xterm Control Sequences:
|
||||
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
|
||||
|
||||
Digital VT100 User Guide:
|
||||
http://vt100.net/docs/vt100-ug/
|
||||
|
||||
Digital VT220 Programmer Reference Manual
|
||||
http://vt100.net/docs/vt220-rm/
|
||||
Reference in New Issue
Block a user