diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-14 14:07:26 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-14 14:07:26 +0100 |
commit | 97c8374855c216a645d558e5d56212e6c002cd72 (patch) | |
tree | d998ff89d160254212c26e0b6407bddae5f67595 | |
parent | 4dc0f3ee6beaa3aaee0f5845f03131322e366ba7 (diff) | |
download | rtmux-97c8374855c216a645d558e5d56212e6c002cd72.tar.gz rtmux-97c8374855c216a645d558e5d56212e6c002cd72.tar.bz2 rtmux-97c8374855c216a645d558e5d56212e6c002cd72.zip |
Tweak CHANGES.
-rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -71,8 +71,10 @@ CHANGES FROM 3.1b TO 3.2 * Check if the clear terminfo(5) capability starts with CSI and if so then assume the terminal is VT100-like, rather than relying on the XT capability. -* Improve command prompt tab completion and add menus both for strings and for - -t and -s (when used without a trailing space). +* Improve command prompt tab completion and add menus both for strings and -t + and -s (when used without a trailing space). command-prompt has additional + flags for only completing a window (-W) and a target (-T), allowing C-b ' to + 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 |