Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/spicetify/cli
/ showCursor
Function
showCursor
Extensions/fullAppDisplay.js:791–794 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
789
}
790
791
function
showCursor() {
792
fad.classList.remove(
"hide-cursor"
);
793
clearTimeout(cursorTimeout);
794
}
795
796
function
hideCursor() {
797
fad.classList.add(
"hide-cursor"
);
Callers
2
eventListener
Function · 0.85
toggleCursor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected