mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Bump 3.1-rc up to master.
This commit is contained in:
parent
59cb022c42
commit
444e9f3c58
4
CHANGES
4
CHANGES
@ -1,4 +1,4 @@
|
||||
CHANGES FROM 3.1 TO 3.2
|
||||
CHANGES FROM 3.0a TO 3.1
|
||||
|
||||
* Add selection_active format for when the selection is present but not moving
|
||||
with the cursor.
|
||||
@ -13,8 +13,6 @@ CHANGES FROM 3.1 TO 3.2
|
||||
|
||||
* Fix top and bottom pane calculation with pane border status enabled.
|
||||
|
||||
CHANGES FROM 3.0a to 3.1
|
||||
|
||||
* Add support for adding a note to a key binding (with bind-key -N) and use
|
||||
this to add descriptions to the default key bindings. A new -N flag to
|
||||
list-keys shows key bindings with notes. Change the default ? binding to use
|
||||
|
@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
AC_INIT([tmux], next-3.2)
|
||||
AC_INIT([tmux], 3.1-rc2)
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
|
Loading…
Reference in New Issue
Block a user