diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-03-30 14:18:29 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-03-30 14:18:29 +0100 |
commit | a46916b45250ef21d22d7a1fc1bb7a89bd0a3645 (patch) | |
tree | c90c062d4cea5f7d6a1cde429a7f86376db2a315 | |
parent | df633c527decb594ab7c675c79cb74fbf7414d11 (diff) | |
download | rtmux-a46916b45250ef21d22d7a1fc1bb7a89bd0a3645.tar.gz rtmux-a46916b45250ef21d22d7a1fc1bb7a89bd0a3645.tar.bz2 rtmux-a46916b45250ef21d22d7a1fc1bb7a89bd0a3645.zip |
Tweak text.
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ 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). +* Add support for per-client transient popups, 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 |