@hydra-acp/cli 0.1.58 → 0.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +0 -5
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -8256,11 +8256,6 @@ var init_input = __esm({
|
|
|
8256
8256
|
if (this.bufferIsEmpty()) {
|
|
8257
8257
|
return [{ type: "exit" }];
|
|
8258
8258
|
}
|
|
8259
|
-
const lastLine = this.buffer[this.buffer.length - 1] ?? "";
|
|
8260
|
-
const atEndOfBuffer = this.row === this.buffer.length - 1 && this.col >= lastLine.length;
|
|
8261
|
-
if (atEndOfBuffer) {
|
|
8262
|
-
return [{ type: "exit" }];
|
|
8263
|
-
}
|
|
8264
8259
|
this.deleteForward();
|
|
8265
8260
|
return [];
|
|
8266
8261
|
}
|