diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-06-15 09:44:56 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-06-15 09:44:56 +0100 |
commit | 87521214d3b6f47979964b5d0523269dd2e127cd (patch) | |
tree | 7e9d29779dfb5e0089a85262e8fc8a962fdb9788 | |
parent | 6a8d848a3e123ec5a0bb9747522a343c843f1c61 (diff) | |
download | rtmux-87521214d3b6f47979964b5d0523269dd2e127cd.tar.gz rtmux-87521214d3b6f47979964b5d0523269dd2e127cd.tar.bz2 rtmux-87521214d3b6f47979964b5d0523269dd2e127cd.zip |
Fix incorrect option name, from Gregory Pakosz.
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ CHANGES FROM 3.1c TO 3.2 only show windows and C-b . only targets. * Change all the style options to string options so they can support formats. - Change pane-border-active-style to use this to change the border colour when + Change pane-active-border-style to use this to change the border colour when in a mode or with synchronize-panes on. This also implies a few minor changes to existing behaviour: |