forked from aniani/vim
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.
10 lines
203 B
PkgConfig
10 lines
203 B
PkgConfig
prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: vterm
|
|
Description: Abstract VT220/Xterm/ECMA-48 emulation library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lvterm
|
|
Cflags: -I${includedir}
|