summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/input/cursor.go
blob: cf4e973d2ac75b3dfaf4c9d9e756db6f472aa791 (plain)
1
2
3
4
5
6
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