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

Method vPositionRelative

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

Source from the content-addressed store, hash-verified

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 }
2911 hVPosition(e3) {
2912 return this.cursorPosition(e3), true;
2913 }

Callers 1

constructorMethod · 0.95

Calls 1

_moveCursorMethod · 0.95

Tested by

no test coverage detected