Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codehamr/codehamr
/ CursorEnd
Method
CursorEnd
internal/tui/prompt.go:544–544 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
542
func
(p promptInput) Line() int {
return
p.ta.Line() }
543
func
(p promptInput) LineCount() int {
return
p.ta.LineCount() }
544
func
(p *promptInput) CursorEnd() { p.ta.CursorEnd() }
Callers
4
Restore
Method · 0.80
setPromptText
Method · 0.80
TestSetCursorRuneOffsetCrossesSoftWrappedLine
Function · 0.80
TestPageKeysMoveCursorByHeight
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestSetCursorRuneOffsetCrossesSoftWrappedLine
Function · 0.64
TestPageKeysMoveCursorByHeight
Function · 0.64