MCPcopy
hub / github.com/charmbracelet/glow / cursor

Method cursor

ui/stash.go:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func (m stashModel) cursor() int {
193 return m.currentSection().cursor
194}
195
196func (m *stashModel) setCursor(i int) {
197 m.currentSection().cursor = i

Callers 5

markdownIndexMethod · 0.95
moveCursorUpMethod · 0.95
moveCursorDownMethod · 0.95
stashItemViewFunction · 0.80

Calls 1

currentSectionMethod · 0.95

Tested by

no test coverage detected