(e3, t3)
| 2868 | this._dirtyRowTracker.markDirty(this._activeBuffer.y), this._coreService.decPrivateModes.origin ? (this._activeBuffer.x = e3, this._activeBuffer.y = this._activeBuffer.scrollTop + t3) : (this._activeBuffer.x = e3, this._activeBuffer.y = t3), this._restrictCursor(), this._dirtyRowTracker.markDirty(this._activeBuffer.y); |
| 2869 | } |
| 2870 | _moveCursor(e3, t3) { |
| 2871 | this._restrictCursor(), this._setCursor(this._activeBuffer.x + e3, this._activeBuffer.y + t3); |
| 2872 | } |
| 2873 | cursorUp(e3) { |
| 2874 | const t3 = this._activeBuffer.y - this._activeBuffer.scrollTop; |
| 2875 | return t3 >= 0 ? this._moveCursor(0, -Math.min(t3, e3.params[0] || 1)) : this._moveCursor(0, -(e3.params[0] || 1)), true; |
no test coverage detected