mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
6 lines
341 B
Go
6 lines
341 B
Go
// 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
|