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