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

This commit is contained in:
adamdotdevin
2025-07-10 15:49:49 -05:00
parent 8be1ca836c
commit 294d0e7ee3
35 changed files with 6104 additions and 61 deletions

View File

@@ -0,0 +1,7 @@
package input
import "image"
// CursorPositionEvent represents a cursor position event. Where X is the
// zero-based column and Y is the zero-based row.
type CursorPositionEvent image.Point