This commit is contained in:
Nicholas Marriott 2020-03-18 07:55:33 +00:00
parent 0c06409c9d
commit af4b62d10b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
CHANGES FROM 3.0a TO 3.1 CHANGES FROM 3.0a TO 3.1
* Turn off mouse mode 1003 as well as the rest when exiting.
* Add selection_active format for when the selection is present but not moving * Add selection_active format for when the selection is present but not moving
with the cursor. with the cursor.

View File

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