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

Method linePosAbsolute

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

Source from the content-addressed store, hash-verified

2903 return this._moveCursor(e3.params[0] || 1, 0), true;
2904 }
2905 linePosAbsolute(e3) {
2906 return this._setCursor(this._activeBuffer.x, (e3.params[0] || 1) - 1), true;
2907 }
2908 vPositionRelative(e3) {
2909 return this._moveCursor(0, e3.params[0] || 1), true;
2910 }

Callers 1

constructorMethod · 0.95

Calls 1

_setCursorMethod · 0.95

Tested by

no test coverage detected