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

Method hVPosition

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

Source from the content-addressed store, hash-verified

2909 return this._moveCursor(0, e3.params[0] || 1), true;
2910 }
2911 hVPosition(e3) {
2912 return this.cursorPosition(e3), true;
2913 }
2914 tabClear(e3) {
2915 const t3 = e3.params[0];
2916 return 0 === t3 ? delete this._activeBuffer.tabs[this._activeBuffer.x] : 3 === t3 && (this._activeBuffer.tabs = {}), true;

Callers 1

constructorMethod · 0.95

Calls 1

cursorPositionMethod · 0.95

Tested by

no test coverage detected