From e1e520d741f0b6d128638ac01074bd2e81ad67a2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 12 May 2019 11:25:39 +0100 Subject: [PATCH] Clarify a little. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b43440db..a2d9d5e6 100644 --- a/CHANGES +++ b/CHANGES @@ -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