mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +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@
5 lines
269 B
Plaintext
5 lines
269 B
Plaintext
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.
|