MCPcopy
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
101func (buffer *Buffer) IsCursorVisible() bool {
102 return buffer.modes.ShowCursor
103}
104
105func (buffer *Buffer) IsApplicationCursorKeysModeEnabled() bool {
106 return buffer.modes.ApplicationCursorKeys

Callers 1

drawCursorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected