diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-07 12:07:03 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-07 12:07:26 +0100 |
commit | fc111d2b1245f22ef2ac6c8edc402e9fbf32f756 (patch) | |
tree | 0c2ab7106ac966f672a92b1a3fd09ac78a6bd0de | |
parent | 04402db61678a0ea2d5652e27f71f9fbcda69415 (diff) | |
download | rtmux-fc111d2b1245f22ef2ac6c8edc402e9fbf32f756.tar.gz rtmux-fc111d2b1245f22ef2ac6c8edc402e9fbf32f756.tar.bz2 rtmux-fc111d2b1245f22ef2ac6c8edc402e9fbf32f756.zip |
Fix a duplicate entry in CHANGES and remove an item from TODO.
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -47,8 +47,6 @@ CHANGES FROM 2.8 to 2.9 and retrieved if the same mode is entered again. Exiting the active mode goes back to the previous one. -* Add support for origin mode. - * When showing command output in copy mode, call it view mode instead (affects pane_mode format). @@ -159,4 +159,3 @@ TODO soonish maybe: collected LRU. - Command aliases should be able to override builtin commands in order to add default flags (some mechanism needed to avoid recursion). GitHub issue 1630. -- window-size latest, GitHub issue 1637. |