Merge tag '3.5a'

tmux 3.5a.
This commit is contained in:
Nicholas Marriott
2025-11-25 20:42:10 +00:00
2 changed files with 12 additions and 1 deletions

11
CHANGES
View File

@@ -1,3 +1,14 @@
CHANGES FROM 3.5 TO 3.5a
* Do not translate BSpace as Unicode with extended keys.
* Fix so that keys with Shift are represented correctly with extended keys.
* Revert to using /bin/sh for #() and run-shell and if-shell; the change to use
default-shell only applies now to popups.
* Fix grey colour without a number suffix in styles.
CHANGES FROM 3.4 TO 3.5 CHANGES FROM 3.4 TO 3.5
* Revamp extended keys support to more closely match xterm and support mode 2 * Revamp extended keys support to more closely match xterm and support mode 2

View File

@@ -1,6 +1,6 @@
# configure.ac # configure.ac
AC_INIT([tmux], next-3.6) AC_INIT([tmux], next-3.7)
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc) AC_CONFIG_AUX_DIR(etc)