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

Method ScrollUp

internal/tui/log.go:121–126  ·  view source on GitHub ↗

ScrollUp scrolls up by one line.

()

Source from the content-addressed store, hash-verified

119
120// ScrollUp scrolls up by one line.
121func (l *LogViewer) ScrollUp() {
122 if l.scrollPos > 0 {
123 l.scrollPos--
124 l.autoScroll = false
125 }
126}
127
128// ScrollDown scrolls down by one line.
129func (l *LogViewer) ScrollDown() {

Callers 3

UpdateMethod · 0.45

Calls

no outgoing calls