numux 2.14.1 → 2.15.0
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/man/numux.1 +1 -1
- package/dist/numux.js +2 -2
- package/package.json +1 -1
package/dist/man/numux.1
CHANGED
package/dist/numux.js
CHANGED
|
@@ -546,7 +546,7 @@ var init_help = __esm(() => {
|
|
|
546
546
|
var require_package = __commonJS((exports, module) => {
|
|
547
547
|
module.exports = {
|
|
548
548
|
name: "numux",
|
|
549
|
-
version: "2.
|
|
549
|
+
version: "2.15.0",
|
|
550
550
|
description: "Terminal multiplexer with dependency orchestration",
|
|
551
551
|
type: "module",
|
|
552
552
|
license: "MIT",
|
|
@@ -2921,7 +2921,7 @@ function toHintPair(hint) {
|
|
|
2921
2921
|
}
|
|
2922
2922
|
var STATUS_HINTS_COMPACT = [
|
|
2923
2923
|
["\u2190\u2192", "tabs"],
|
|
2924
|
-
SHORTCUTS.
|
|
2924
|
+
SHORTCUTS.stopStart,
|
|
2925
2925
|
SHORTCUTS.copy,
|
|
2926
2926
|
["Enter", "input"],
|
|
2927
2927
|
["H", "help"]
|