libtermkey: Update to version 0.22

Changelog :

0.22
	changes: bugfixes for unit tests on BSD platforms
0.21.1
	changes: internal bugfixes, valgrind neatness
0.20
	changes: added parsing of DCS and OSC control strings
0.19
	changes: fixed handling of Ctrl-Space
		 bugfix for keypad mode switching
		 endian fix for unicode keys (thanks jamessan)
This commit is contained in:
Jonathan Buschmann 2020-01-01 21:55:55 +08:00
parent 9e81b5f428
commit 66dee56cc2
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2015/02/21 16:22:19 jonthn Exp $
DISTNAME= libtermkey-0.18
DISTNAME= libtermkey-0.22
CATEGORIES= devel
MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2015/02/21 16:22:20 jonthn Exp $
@comment $NetBSD$
include/termkey.h
lib/libtermkey.la
lib/pkgconfig/termkey.pc
@ -12,6 +12,7 @@ man/man3/termkey_interpret_csi.3
man/man3/termkey_interpret_modereport.3
man/man3/termkey_interpret_mouse.3
man/man3/termkey_interpret_position.3
man/man3/termkey_interpret_string.3
man/man3/termkey_keycmp.3
man/man3/termkey_keyname2sym.3
man/man3/termkey_lookup_keyname.3

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/02/21 16:22:20 jonthn Exp $
SHA1 (libtermkey-0.18.tar.gz) = 0a78ba7aaa2f3b53f2273268366fef349c9be4ab
RMD160 (libtermkey-0.18.tar.gz) = e1508516f827d4263406c1d79e0ad349a24715bc
SHA512 (libtermkey-0.18.tar.gz) = 7507d7bf22ab075e932401b2194dcc69b40138955dc398c86327a072603df2a1010474fa9a1c75aa7cab936fa500e5e53118675b0ec6e9a85b66a1b6b7f5332e
Size (libtermkey-0.18.tar.gz) = 42317 bytes
SHA1 (libtermkey-0.22.tar.gz) = e7eec6e33d7679fb109b66a83a8546436fb9f445
RMD160 (libtermkey-0.22.tar.gz) = 553e744534a5318e75f5a696481efe941b7f6ead
SHA512 (libtermkey-0.22.tar.gz) = 2e8242cd1e6acb8900125dcee9fd47f7554c359363f760b88858c82667e1f3871bdd87358b14c8a133ef3cd2699947a5045477e64cdf7f96d4ead1723e73a219
Size (libtermkey-0.22.tar.gz) = 46147 bytes