aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-04-07 12:07:03 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-04-07 12:07:26 +0100
commitfc111d2b1245f22ef2ac6c8edc402e9fbf32f756 (patch)
tree0c2ab7106ac966f672a92b1a3fd09ac78a6bd0de
parent04402db61678a0ea2d5652e27f71f9fbcda69415 (diff)
downloadrtmux-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--CHANGES2
-rw-r--r--TODO1
2 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 6b5f1aa6..3fefa192 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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).
diff --git a/TODO b/TODO
index 048fd885..4e252b5f 100644
--- a/TODO
+++ b/TODO
@@ -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.