mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
7 lines
192 B
Go
7 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
|