Files
opencode/packages/client/tui/input/cursor.go
Dax Raad 550d2d3f99 sync
2025-07-23 22:57:21 -04: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