open-agents-ai 0.185.15 → 0.185.16
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -61539,6 +61539,7 @@ var init_status_bar = __esm({
|
|
|
61539
61539
|
} else {
|
|
61540
61540
|
this.applyScrollRegion();
|
|
61541
61541
|
this.fillContentArea();
|
|
61542
|
+
this.repaintContent();
|
|
61542
61543
|
let clearBuf = "\x1B[?7l";
|
|
61543
61544
|
for (let row = pos.scrollEnd + 1; row <= rows; row++) {
|
|
61544
61545
|
clearBuf += `\x1B[${row};1H\x1B[2K`;
|
package/package.json
CHANGED