diff mbox series

[meta-oe,18/18] tmux: upgrade 3.6b -> 3.7

Message ID 20260729024420.2328180-18-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,01/18] atop: upgrade 2.12.1 -> 2.13.0 | expand

Commit Message

Khem Raj July 29, 2026, 2:44 a.m. UTC
Changes:
- Add floating panes: non-modal panes that sit above the tiled layout,
  created with the new new-pane command (bound to * by default). Early,
  currently limited release (move/resize via mouse only).
- Allow run-shell arguments after the shell command to be expanded as
  #{1}, #{2}, and so on.
- Add -g to kill-session to kill all sessions in a session group.
- Add line numbers in copy mode via the new copy-mode-line-numbers option
  (off/default/absolute/relative/hybrid) plus matching styles.
- Tighten read-only checks on attach-session, detach-client and
  switch-client; various control-mode and paste-detection fixes.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 meta-oe/recipes-extended/tmux/{tmux_3.6b.bb => tmux_3.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/tmux/{tmux_3.6b.bb => tmux_3.7.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/tmux/tmux_3.6b.bb b/meta-oe/recipes-extended/tmux/tmux_3.7.bb
similarity index 90%
rename from meta-oe/recipes-extended/tmux/tmux_3.6b.bb
rename to meta-oe/recipes-extended/tmux/tmux_3.7.bb
index fe84600276..a81fc8592e 100644
--- a/meta-oe/recipes-extended/tmux/tmux_3.6b.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_3.7.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf
 DEPENDS = "ncurses libevent bison-native"
 
 SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz"
-SRC_URI[sha256sum] = "390759d25fdba016887ec982b808927e637070fd7d03a8021f8ef3102b9ae3c7"
+SRC_URI[sha256sum] = "2344f191501b8a73eb71dd6c5fd5dcf8c765f5066f34ab46f04b3013dc7bc1a5"
 
 UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+[a-z]?)"