mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
e5f85dc0c1
A set of methods for processing keyboard input in character, line and multiline modes. It maintains history of entered input with an ability to recall and re-edit those inputs. It lets you register to listen for keystroke events and trigger custom key events yourself. OK jeremy@