8.16.0.4
TUI Terminal Support
(require tui/term) | package: tui-term |
This module re-exports all the necessary parts to work with terminals.
Bindings re-provided:
It also reprovides all the bindings from the tui/term/vt-output-port module.
Messages structs are also re-provided:
tkeymsg - keypress input messages
tmousemsg - mouse messages
tsizemsg - terminal size change messages
tcmdmsg - application (command) messages, make-tcmdmsg is provided for construction
procedure
(enqueue-term-message! msg) → void?
msg : tmsg?
Enqueues given message into the current-term’s internal input
port queue.