doc.go 341 B

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