mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Merge branch '3.0-rc' into 3.0a-rc
This commit is contained in:
commit
7a30e6b941
3
CHANGES
3
CHANGES
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user