summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-03-19 14:39:46 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-03-19 14:39:55 +0000
commit92732a25405d1bf3d6fc69d9b4d6afe8c6985492 (patch)
tree63489580c8292d5bb95a2d9714586fd424796609
parentb3eebdec48f64c61569d64cd8d557973d361bfe6 (diff)
Add to TODO.
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 0da4e49a..81ae7012 100644
--- a/TODO
+++ b/TODO
@@ -119,6 +119,7 @@
new-session (issue 1498)
* multiple column panes (issue 1503)
* support for ZERO WIDTH JOINER U+200D
+ * individual pane synchronize-panes (with pane options?); issue 1638
- hooks
* more hooks for various things
@@ -159,7 +160,5 @@ TODO soonish maybe:
silly really though), reflow performance (can reflow blocks on
demand). It would possibly be good if history-limit could be global
and collected LRU.
-- Formats to get the default formats for various things, notably
- choose-tree. GitHub issue 1634.
- Command aliases should be able to override builtin commands in order to add
default flags (some mechanism needed to avoid recursion). GitHub issue 1630.