aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-10 22:27:33 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-10 22:27:33 +0100
commitfc00839adcbc84c2a04d441e7b463a03d0abe369 (patch)
tree23d534140e3ec5dae5daa5f0584656d286c0fd35
parentaa13bd401633122ceb7ced7745025140725ebe06 (diff)
downloadrtmux-fc00839adcbc84c2a04d441e7b463a03d0abe369.tar.gz
rtmux-fc00839adcbc84c2a04d441e7b463a03d0abe369.tar.bz2
rtmux-fc00839adcbc84c2a04d441e7b463a03d0abe369.zip
Update CHANGES
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 82fb21a4..35575e50 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,10 @@ 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.