diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-13 06:28:16 +0100 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-13 06:28:16 +0100 |
| commit | 30cf20d6153924d031fefde1e4ca7cfe31b32d88 (patch) | |
| tree | 37cdd8a5cf0aa8e47e39b04383c08d092aa62b54 /CHANGES | |
| parent | c2048c5c65aea99f2b79290b87635cb1d90863a6 (diff) | |
| download | rtmux-30cf20d6153924d031fefde1e4ca7cfe31b32d88.tar.gz rtmux-30cf20d6153924d031fefde1e4ca7cfe31b32d88.tar.bz2 rtmux-30cf20d6153924d031fefde1e4ca7cfe31b32d88.zip | |
Update CHANGES.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ CHANGES FROM 3.1c TO 3.2 +* Add a flag to disable keys to close a message. + +* Permit shortcut keys in buffer, client, tree modes to be configured with a + format (-K flag to choose-buffer, choose-client, choose-tree). + +* Add a current_file format for the config file being parsed. + +* When display-message used in config file, show the message after the config + file finishes. + +* Add client-detached notification in control mode. + * Improve performance of format evaluation. * Make jump command support UTF-8 in copy mode. |