MCPcopy Index your code
hub / github.com/mathaou/termdbms / CursorEnd

Method CursorEnd

tuiutil/textinput.go:240–242  ·  view source on GitHub ↗

CursorEnd moves the cursor to the end of the input field

()

Source from the content-addressed store, hash-verified

238
239// CursorEnd moves the cursor to the end of the input field
240func (m *TextInputModel) CursorEnd() {
241 m.cursorEnd()
242}
243
244// CursorMode returns the model's cursor mode. For available cursor modes, see
245// type CursorMode.

Callers 1

handleBrowsingMethod · 0.80

Calls 1

cursorEndMethod · 0.95

Tested by

no test coverage detected