fix(tui): mouse wheel ansi codes leaking into editor

This commit is contained in:
adamdotdevin
2025-07-10 15:49:49 -05:00
parent c9f3e18736
commit 94ea176b93
35 changed files with 6104 additions and 61 deletions
+6
View File
@@ -0,0 +1,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