mirror of
https://github.com/tmux/tmux.git
synced 2025-04-13 14:58:50 +00:00
Merge branch '3.1-rc'
This commit is contained in:
commit
1d4cdbc227
2
CHANGES
2
CHANGES
@ -45,6 +45,8 @@ CHANGES FROM 3.0a TO 3.1
|
|||||||
search-backward use regular expressions by default; the incremental versions
|
search-backward use regular expressions by default; the incremental versions
|
||||||
do not.
|
do not.
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# configure.ac
|
# configure.ac
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
AC_INIT([tmux], next-3.2)
|
AC_INIT([tmux], next-3.2)
|
||||||
|
=======
|
||||||
|
AC_INIT([tmux], 3.1-rc3)
|
||||||
|
>>>>>>> 3.1-rc
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(etc)
|
AC_CONFIG_AUX_DIR(etc)
|
||||||
|
Loading…
Reference in New Issue
Block a user