openmux 0.2.78 → 0.2.80
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/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@ A terminal multiplexer with master-stack layout (Zellij-style), built with:
|
|
|
26
26
|
- Aggregate view for browsing/filtering PTYs across workspaces
|
|
27
27
|
- Mouse tracking (click to focus, tabbed pane switching)
|
|
28
28
|
- Scrollback support with mouse wheel and scrollbar
|
|
29
|
+
- Kitty graphics protocol support (image rendering, pixel sizing, SSH-aware offloading)
|
|
29
30
|
|
|
30
31
|
## Installation
|
|
31
32
|
|
|
@@ -312,6 +313,7 @@ Current status:
|
|
|
312
313
|
- [x] Attach/detach (steal + lock)
|
|
313
314
|
- [x] Configurable keybindings
|
|
314
315
|
- [x] Configurable settings and colors
|
|
316
|
+
- [x] Kitty graphics protocol support
|
|
315
317
|
|
|
316
318
|
## License
|
|
317
319
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openmux",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.80",
|
|
4
4
|
"description": "Terminal multiplexer with master-stack tiling layout",
|
|
5
5
|
"module": "src/index.tsx",
|
|
6
6
|
"type": "module",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"@effect/cli": "^0.72.1",
|
|
81
81
|
"@effect/platform": "^0.93.8",
|
|
82
82
|
"@iarna/toml": "^3.0.0",
|
|
83
|
-
"@opentui/core": "^0.1.
|
|
84
|
-
"@opentui/solid": "^0.1.
|
|
85
|
-
"effect": "^3.19.
|
|
83
|
+
"@opentui/core": "^0.1.67",
|
|
84
|
+
"@opentui/solid": "^0.1.67",
|
|
85
|
+
"effect": "^3.19.14",
|
|
86
86
|
"solid-js": "^1.9.10"
|
|
87
87
|
}
|
|
88
88
|
}
|