Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/liamg/darktile
/ IsCursorVisible
Method
IsCursorVisible
internal/app/darktile/termutil/buffer.go:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(buffer *Buffer) IsCursorVisible() bool {
102
return
buffer.modes.ShowCursor
103
}
104
105
func
(buffer *Buffer) IsApplicationCursorKeysModeEnabled() bool {
106
return
buffer.modes.ApplicationCursorKeys
Callers
1
drawCursor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected