blob: 2877d496e5c90f112d6cfd12164d354abe103060 (
plain)
1
2
3
4
5
6
|
// Package input provides a set of utilities for handling input events in a
// terminal environment. It includes support for reading input events, parsing
// escape sequences, and handling clipboard events.
// The package is designed to work with various terminal types and supports
// customization through flags and options.
package input
|