MCPcopy
hub / github.com/codeaashu/claude-code / charPosAbsolute

Method charPosAbsolute

src/server/web/public/terminal.js:2899–2901  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

2897 return this._setCursor(e3.length >= 2 ? (e3.params[1] || 1) - 1 : 0, (e3.params[0] || 1) - 1), true;
2898 }
2899 charPosAbsolute(e3) {
2900 return this._setCursor((e3.params[0] || 1) - 1, this._activeBuffer.y), true;
2901 }
2902 hPositionRelative(e3) {
2903 return this._moveCursor(e3.params[0] || 1, 0), true;
2904 }

Callers 1

constructorMethod · 0.95

Calls 1

_setCursorMethod · 0.95

Tested by

no test coverage detected