@opentui/core 0.0.0-20250922-8d3a9252 → 0.0.0-20250922-cfcd1c78
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/3d.js +1 -1
- package/{index-fzz09cad.js → index-eqy4135c.js} +7 -5
- package/{index-fzz09cad.js.map → index-eqy4135c.js.map} +3 -3
- package/index.js +4 -3
- package/index.js.map +3 -3
- package/package.json +7 -7
- package/testing.js +1 -1
package/index.js
CHANGED
|
@@ -110,7 +110,7 @@ import {
|
|
|
110
110
|
white,
|
|
111
111
|
wrapWithDelegates,
|
|
112
112
|
yellow
|
|
113
|
-
} from "./index-
|
|
113
|
+
} from "./index-eqy4135c.js";
|
|
114
114
|
// src/post/filters.ts
|
|
115
115
|
function applyScanlines(buffer, strength = 0.8, step = 2) {
|
|
116
116
|
const width = buffer.width;
|
|
@@ -1917,7 +1917,8 @@ class TextRenderable extends Renderable {
|
|
|
1917
1917
|
attributes: this._defaultAttributes
|
|
1918
1918
|
});
|
|
1919
1919
|
this.textBuffer.setStyledText(new StyledText(chunks));
|
|
1920
|
-
this.
|
|
1920
|
+
this.updateLineInfo();
|
|
1921
|
+
this.yogaNode.markDirty();
|
|
1921
1922
|
}
|
|
1922
1923
|
}
|
|
1923
1924
|
add(obj, index) {
|
|
@@ -4305,5 +4306,5 @@ export {
|
|
|
4305
4306
|
ASCIIFont
|
|
4306
4307
|
};
|
|
4307
4308
|
|
|
4308
|
-
//# debugId=
|
|
4309
|
+
//# debugId=183E2E012E35F62364756E2164756E21
|
|
4309
4310
|
//# sourceMappingURL=index.js.map
|