aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-03-30 14:17:58 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-03-30 14:17:58 +0100
commitdf633c527decb594ab7c675c79cb74fbf7414d11 (patch)
tree8439bc12275a87d081897ea7f8c75bf0fb631f67
parentaa264ae568207952b7ad8e29c084baf0fed8e3e5 (diff)
downloadrtmux-df633c527decb594ab7c675c79cb74fbf7414d11.tar.gz
rtmux-df633c527decb594ab7c675c79cb74fbf7414d11.tar.bz2
rtmux-df633c527decb594ab7c675c79cb74fbf7414d11.zip
Add to CHANGES.
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c938e28c..80c69d11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
CHANGES FROM 3.1 TO 3.2
+* Change default position for display-menu -x and -y to centre rather than top
+ left.
+
+* Add support for per-client popup windows, similar to menus. These are created
+ with new command display-popup. Popups may either show fixed text and trigger
+ a tmux command when a key is pressed, or run a program (-R flag).
+
* Change double and triple click bindings so that only one is fired (previously
double click was fired on the way to triple click). Also add default double
and triple click bindings to copy the word or line under the cursor and