nexrall-code 0.5.92 → 0.5.93
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -152454,7 +152454,7 @@ var App2 = ({ onReady }) => {
|
|
|
152454
152454
|
}, [forceFullRedraw]);
|
|
152455
152455
|
const collapseStartupPadding = (0, import_react35.useCallback)(async () => {
|
|
152456
152456
|
await inkInstance?.waitUntilRenderFlush();
|
|
152457
|
-
process.stdout.write("\x1B[2J\x1B[H");
|
|
152457
|
+
process.stdout.write("\x1B[2J\x1B[3J\x1B[H");
|
|
152458
152458
|
repadBottomChrome();
|
|
152459
152459
|
setStaticKey((k) => k + 1);
|
|
152460
152460
|
}, [repadBottomChrome]);
|