MCPcopy
hub / github.com/mathaou/termdbms / CursorStart

Method CursorStart

tuiutil/textinput.go:229–231  ·  view source on GitHub ↗

CursorStart moves the cursor to the start of the input field.

()

Source from the content-addressed store, hash-verified

227
228// CursorStart moves the cursor to the start of the input field.
229func (m *TextInputModel) CursorStart() {
230 m.cursorStart()
231}
232
233// cursorStart moves the cursor to the start of the input field and returns
234// whether or not the curosr blink should be reset.

Callers

nothing calls this directly

Calls 1

cursorStartMethod · 0.95

Tested by

no test coverage detected