pull/2001/head
Nicholas Marriott 2019-11-27 20:49:59 +00:00
parent bbcb199174
commit 0134574a67
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
CHANGES FROM 2.9 to 3.0
* Workaround invalid layout strings generated by older tmux versions and add
some additional sanity checks
* xterm 348 now disables margins when resized, so send DECLRMM again after
resize.

View File

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