pkgsrc/devel/libtermkey/PLIST
nia 600b1b9d2c devel: add libtermkey. Needed by neovim.
libtermkey allows easy processing of keyboard entry from terminal-based
programs. It handles all the necessary logic to recognise special keys,
UTF-8 combining, and so on, with a simple interface.

Note: Use of this library for new programs is discouraged. It is being
maintained for legacy purposes only.
2022-04-20 17:41:08 +00:00

29 lines
891 B
Text

@comment $NetBSD: PLIST,v 1.1 2022/04/20 17:41:08 nia Exp $
include/termkey.h
lib/libtermkey.la
lib/pkgconfig/termkey.pc
man/man3/termkey_advisereadable.3
man/man3/termkey_canonicalise.3
man/man3/termkey_get_buffer_remaining.3
man/man3/termkey_get_fd.3
man/man3/termkey_get_keyname.3
man/man3/termkey_getkey.3
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
man/man3/termkey_new.3
man/man3/termkey_push_bytes.3
man/man3/termkey_set_buffer_size.3
man/man3/termkey_set_canonflags.3
man/man3/termkey_set_flags.3
man/man3/termkey_set_waittime.3
man/man3/termkey_start.3
man/man3/termkey_strfkey.3
man/man3/termkey_strpkey.3
man/man3/termkey_waitkey.3
man/man7/termkey.7