Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gdamore/tcell
/ Hide
Method
Hide
vt/cursor.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(cs CursorStyle) Hide() CursorStyle {
41
return
cs | hiddenCursor
42
}
43
44
func
(cs CursorStyle) Show() CursorStyle {
45
return
cs &^ hiddenCursor
Callers
5
processCursorStyle
Method · 0.80
setPrivateMode
Method · 0.80
TestCursorStyleHelpers
Function · 0.80
TestCursorStyle
Function · 0.80
TestDECSCUSRv2
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestCursorStyleHelpers
Function · 0.64
TestCursorStyle
Function · 0.64
TestDECSCUSRv2
Function · 0.64