mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
3.0a.
This commit is contained in:
parent
bbcb199174
commit
0134574a67
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