Files
opencode/packages/tui/input/cursor.go
2025-07-10 15:49:58 -05:00

8 lines
192 B
Go

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