aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-12 10:05:10 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-12 10:05:10 +0100
commit19370631eac06598656598a7c34652af6b2a5420 (patch)
tree4cdaf3b5684d8a4f941e3da45212fc4136ac9919
parent99c1853792e092b621b836d8adb47d74c1a31cef (diff)
downloadrtmux-19370631eac06598656598a7c34652af6b2a5420.tar.gz
rtmux-19370631eac06598656598a7c34652af6b2a5420.tar.bz2
rtmux-19370631eac06598656598a7c34652af6b2a5420.zip
Tweak text of menu CHANGES entry.
-rw-r--r--CHANGES9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 36a29c39..b43440db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
CHANGES FROM 2.9 to X.X
+* Add the ability to create simple menus. Introduces new command display-menu
+ and a few new formats (client_menu, session_menu, window_menu,
+ pane_menu). Default menus are bound to MouseDown3 on the status line,
+ M-MouseDown3 on panes and in tree, client and buffer modes.
+
* Allow panes to be empty (no command). They can be created either by piping to
split-window -I, or by passing an empty command ('') to split-window. Output
can be sent to an existing empty window with display-message -I.
@@ -33,10 +38,6 @@ CHANGES FROM 2.9 to X.X
* Add the ability to infer an option type (server, session, window) from its
name to show-options (it was already present in set-option).
-* Add the ability to create simple menus using mouse or keyboard. Introduces
- new command 'display-menu', and a few new formats: client_menu,
- session_menu, window_menu, pane_menu.
-
CHANGES FROM 2.9 to 2.9a
* Fix bugs in select-pane and the main-horizontal and main-vertical layouts.