diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-29 19:48:11 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-29 19:48:26 +0100 |
commit | 7324442b42061c99182d4f864c9cde609e19858c (patch) | |
tree | 84cacce7d4f2c71eb5f79f2e0e0fc07a2ed3ac6e | |
parent | 6f700904a9f3dfdd611486686edf1439af55e5f0 (diff) | |
download | rtmux-7324442b42061c99182d4f864c9cde609e19858c.tar.gz rtmux-7324442b42061c99182d4f864c9cde609e19858c.tar.bz2 rtmux-7324442b42061c99182d4f864c9cde609e19858c.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ CHANGES FROM 3.1 TO 3.2 +* Improve search match marking in copy mode. Two new options + copy-mode-match-style and copy-mode-current-match-style to set the style for + matches and for the current match respectively. Also a change so that if a + copy key is pressed with no selection, the current match (if any) is copied. + * Sanitize session names like window names instead of forbidding invalid ones. * Check if the clear terminfo(5) capability starts with CSI and if so then |