numux 2.7.1 → 2.7.2
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/numux.js +2 -2
- package/package.json +1 -1
package/dist/numux.js
CHANGED
|
@@ -36,7 +36,7 @@ var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports,
|
|
|
36
36
|
var require_package = __commonJS((exports, module) => {
|
|
37
37
|
module.exports = {
|
|
38
38
|
name: "numux",
|
|
39
|
-
version: "2.7.
|
|
39
|
+
version: "2.7.2",
|
|
40
40
|
description: "Terminal multiplexer with dependency orchestration",
|
|
41
41
|
type: "module",
|
|
42
42
|
license: "MIT",
|
|
@@ -2791,7 +2791,7 @@ class StatusBar {
|
|
|
2791
2791
|
this.renderable = new TextRenderable(renderer, {
|
|
2792
2792
|
id: "status-bar",
|
|
2793
2793
|
width: "100%",
|
|
2794
|
-
|
|
2794
|
+
wrapMode: "word",
|
|
2795
2795
|
content: this.buildContent(),
|
|
2796
2796
|
bg: "#1a1a1a",
|
|
2797
2797
|
paddingX: 1
|