MCPcopy Index your code
hub / github.com/codeaashu/claude-code / hPositionRelative

Method hPositionRelative

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

Source from the content-addressed store, hash-verified

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 }
2905 linePosAbsolute(e3) {
2906 return this._setCursor(this._activeBuffer.x, (e3.params[0] || 1) - 1), true;
2907 }

Callers 1

constructorMethod · 0.95

Calls 1

_moveCursorMethod · 0.95

Tested by

no test coverage detected