Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ baseY
Method
baseY
src/server/web/public/terminal.js:5267–5269 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5265
return
this._buffer.x;
5266
}
5267
get viewportY() {
5268
return
this._buffer.ydisp;
5269
}
5270
get baseY() {
5271
return
this._buffer.ybase;
5272
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected