diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-12 11:25:39 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-13 09:51:51 +0100 |
commit | e1e520d741f0b6d128638ac01074bd2e81ad67a2 (patch) | |
tree | 73be4f93ae4a4614b0c5a1bc1c9cd39eb23200ef | |
parent | 699d9d2facd377c72c962e1f029f654530e8bba8 (diff) | |
download | rtmux-e1e520d741f0b6d128638ac01074bd2e81ad67a2.tar.gz rtmux-e1e520d741f0b6d128638ac01074bd2e81ad67a2.tar.bz2 rtmux-e1e520d741f0b6d128638ac01074bd2e81ad67a2.zip |
Clarify a little.
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ 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. + M-MouseDown3 on panes and MouseDown3 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 |