The devel/libtermkey port
libtermkey-0.22 – library for processing of keyboard entry from a terminal (cvsweb github mirror)
Description
This library 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.WWW: http://www.leonerd.org.uk/code/libtermkey/
Readme
+------------------------------------------------------------------------------- | Running ${PKGSTEM} on OpenBSD +------------------------------------------------------------------------------- libtermkey and tmux =================== Both tmux and libtermkey wait after an escape is input to determine if it is part of a function or meta key sequences. This leads to false positives in meta key sequence detection in programs that use libtermkey. To work around this bug one may reduce such delay in tmux to a value below the default 50 ms value in libtermkey by setting "escape-time" setting in tmux configuration: set-option escape-time 40
Maintainer
The OpenBSD ports mailing-list
Categories
Library dependencies
Build dependencies
Files
- /usr/local/include/termkey.h
- /usr/local/lib/libtermkey.a
- /usr/local/lib/libtermkey.la
- /usr/local/lib/libtermkey.so.0.2
- /usr/local/lib/pkgconfig/termkey.pc
- /usr/local/man/man3/termkey_advisereadable.3
- /usr/local/man/man3/termkey_canonicalise.3
- /usr/local/man/man3/termkey_get_buffer_remaining.3
- /usr/local/man/man3/termkey_get_fd.3
- /usr/local/man/man3/termkey_get_keyname.3
- /usr/local/man/man3/termkey_getkey.3
- /usr/local/man/man3/termkey_interpret_csi.3
- /usr/local/man/man3/termkey_interpret_modereport.3
- /usr/local/man/man3/termkey_interpret_mouse.3
- /usr/local/man/man3/termkey_interpret_position.3
- /usr/local/man/man3/termkey_interpret_string.3
- /usr/local/man/man3/termkey_keycmp.3
- /usr/local/man/man3/termkey_keyname2sym.3
- /usr/local/man/man3/termkey_lookup_keyname.3
- /usr/local/man/man3/termkey_new.3
- /usr/local/man/man3/termkey_push_bytes.3
- /usr/local/man/man3/termkey_set_buffer_size.3
- /usr/local/man/man3/termkey_set_canonflags.3
- /usr/local/man/man3/termkey_set_flags.3
- /usr/local/man/man3/termkey_set_waittime.3
- /usr/local/man/man3/termkey_start.3
- /usr/local/man/man3/termkey_strfkey.3
- /usr/local/man/man3/termkey_strpkey.3
- /usr/local/man/man3/termkey_waitkey.3
- /usr/local/man/man7/termkey.7
- /usr/local/share/doc/pkg-readmes/libtermkey