MCPcopy
hub / github.com/charmbracelet/bubbletea / CursorPositionMsg

Struct CursorPositionMsg

cursor.go:7–9  ·  view source on GitHub ↗

CursorPositionMsg is a message that represents the terminal cursor position.

Source from the content-addressed store, hash-verified

5
6// CursorPositionMsg is a message that represents the terminal cursor position.
7type CursorPositionMsg struct {
8 X, Y int
9}
10
11// CursorShape represents a terminal cursor shape.
12type CursorShape int

Callers 1

translateInputEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected