We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9bb2a commit 0b355aeCopy full SHA for 0b355ae
2 files changed
CHANGES
@@ -1,3 +1,10 @@
1
+CHANGES FROM 3.3 TO 3.3a
2
+
3
+* Do not crash when run-shell produces output from a config file.
4
5
+* Do not unintentionally turn off all mouse mode when button mode is also
6
+ present.
7
8
CHANGES FROM 3.2a TO 3.3
9
10
* Add an ACL list for users connecting to the tmux socket. Users may be
configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT([tmux], 3.3)
+AC_INIT([tmux], 3.3a)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)
0 commit comments