MCPcopy
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
40func (cs CursorStyle) Hide() CursorStyle {
41 return cs | hiddenCursor
42}
43
44func (cs CursorStyle) Show() CursorStyle {
45 return cs &^ hiddenCursor

Callers 5

processCursorStyleMethod · 0.80
setPrivateModeMethod · 0.80
TestCursorStyleHelpersFunction · 0.80
TestCursorStyleFunction · 0.80
TestDECSCUSRv2Function · 0.80

Calls

no outgoing calls

Tested by 3

TestCursorStyleHelpersFunction · 0.64
TestCursorStyleFunction · 0.64
TestDECSCUSRv2Function · 0.64