mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
This module offers a lightweight Perl wrapper for the libtermkey library, which serves as a valuable tool for abstractly handling keypress events in terminal-based programs. Instead of delivering raw bytes directly from the TTY device, this library furnishes data structures that describe keys, facilitating a more organized and user-friendly approach to key event processing.
6 lines
377 B
Text
6 lines
377 B
Text
This module offers a lightweight Perl wrapper for the libtermkey
|
|
library, which serves as a valuable tool for abstractly handling
|
|
keypress events in terminal-based programs. Instead of delivering raw
|
|
bytes directly from the TTY device, this library furnishes data
|
|
structures that describe keys, facilitating a more organized and
|
|
user-friendly approach to key event processing.
|