MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / ScrollToTop

Method ScrollToTop

internal/tui/log.go:171–174  ·  view source on GitHub ↗

ScrollToTop scrolls to the top.

()

Source from the content-addressed store, hash-verified

169
170// ScrollToTop scrolls to the top.
171func (l *LogViewer) ScrollToTop() {
172 l.scrollPos = 0
173 l.autoScroll = false
174}
175
176// ScrollToBottom (exported) scrolls to the bottom.
177func (l *LogViewer) ScrollToBottom() {

Calls

no outgoing calls