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 CHANGED
@@ -1,4 +1,4 @@
1
- .TH "NUMUX" "1" "April 2026" "2.14.1" "numux manual"
1
+ .TH "NUMUX" "1" "April 2026" "2.15.0" "numux manual"
2
2
  .SH "NAME"
3
3
  \fBnumux\fR
4
4
  .P
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.14.1",
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.search,
2924
+ SHORTCUTS.stopStart,
2925
2925
  SHORTCUTS.copy,
2926
2926
  ["Enter", "input"],
2927
2927
  ["H", "help"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "numux",
3
- "version": "2.14.1",
3
+ "version": "2.15.0",
4
4
  "description": "Terminal multiplexer with dependency orchestration",
5
5
  "type": "module",
6
6
  "license": "MIT",