open-agents-ai 0.187.129 → 0.187.130
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 +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -280228,6 +280228,9 @@ var init_status_bar = __esm({
|
|
|
280228
280228
|
const fh = this._currentFooterHeight;
|
|
280229
280229
|
const footerStart = termRows() - fh + 1;
|
|
280230
280230
|
if (row >= footerStart) return;
|
|
280231
|
+
if (type === "press" || type === "drag") {
|
|
280232
|
+
this.disableMouseTracking();
|
|
280233
|
+
}
|
|
280231
280234
|
}
|
|
280232
280235
|
/** Copy current selection to clipboard. Returns true if copied. */
|
|
280233
280236
|
copySelection() {
|
package/package.json
CHANGED