diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-03-18 07:55:33 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-03-18 07:55:33 +0000 |
commit | af4b62d10bf798088a97494e8963f209d1c03e36 (patch) | |
tree | a5e1140586e53f1304b829e1921dca8f4ed11e2b | |
parent | 0c06409c9d75d6f4560778113db834ae6e03591c (diff) | |
download | rtmux-af4b62d10bf798088a97494e8963f209d1c03e36.tar.gz rtmux-af4b62d10bf798088a97494e8963f209d1c03e36.tar.bz2 rtmux-af4b62d10bf798088a97494e8963f209d1c03e36.zip |
3.1-rc3.
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 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 with the cursor. diff --git a/configure.ac b/configure.ac index 947a0a2f..78fbc8c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.1-rc2) +AC_INIT([tmux], 3.1-rc3) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |