MCPcopy Create free account
hub / github.com/codeaashu/claude-code / cursorY

Method cursorY

src/server/web/public/terminal.js:5258–5260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5256 this._buffer = e3, this.type = t3;
5257 }
5258 init(e3) {
5259 return this._buffer = e3, this;
5260 }
5261 get cursorY() {
5262 return this._buffer.y;
5263 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected