Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ cursorX
Method
cursorX
src/server/web/public/terminal.js:5261–5263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5259
return
this._buffer = e3, this;
5260
}
5261
get cursorY() {
5262
return
this._buffer.y;
5263
}
5264
get cursorX() {
5265
return
this._buffer.x;
5266
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected