annotate src/libvterm/vterm.pc.in @ 30142:22a5ccc0d634 v9.0.0407

patch 9.0.0407: matchstr() does match column offset Commit: https://github.com/vim/vim/commit/75a115e8d632e96b4f45dc5145ba261876a83dcf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 7 18:21:24 2022 +0100 patch 9.0.0407: matchstr() does match column offset Problem: matchstr() does match column offset. (Yasuhiro Matsumoto) Solution: Accept line number zero. (closes https://github.com/vim/vim/issues/10938)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 19:30:03 +0200
parents f93337ae0612
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11621
b8299e742f41 patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 libdir=@LIBDIR@
26270
f93337ae0612 patch 8.2.3666: libvterm is outdated
Bram Moolenaar <Bram@vim.org>
parents: 11621
diff changeset
2 includedir=@INCDIR@
11621
b8299e742f41 patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3
b8299e742f41 patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 Name: vterm
b8299e742f41 patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 Description: Abstract VT220/Xterm/ECMA-48 emulation library
b8299e742f41 patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 Version: @VERSION@
b8299e742f41 patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
7 Libs: -L${libdir} -lvterm
b8299e742f41 patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
8 Cflags: -I${includedir}