aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-13 22:40:20 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-13 22:40:20 +0100
commit5d2288b22aeb7e00e7ef14805d40784a49073d7d (patch)
tree73a95af280ed748fd652e2328de1dd186b876438
parente6f7180af15d6d01205a2dac2f4f1e410f0ffc32 (diff)
downloadrtmux-5d2288b22aeb7e00e7ef14805d40784a49073d7d.tar.gz
rtmux-5d2288b22aeb7e00e7ef14805d40784a49073d7d.tar.bz2
rtmux-5d2288b22aeb7e00e7ef14805d40784a49073d7d.zip
Update TODO.
-rw-r--r--TODO11
1 files changed, 5 insertions, 6 deletions
diff --git a/TODO b/TODO
index 01422d6e..f6234e05 100644
--- a/TODO
+++ b/TODO
@@ -112,12 +112,6 @@
or even guarantee that cmdq->c != NULL and provide a better way to
tell when in the config file - then we use cmdq->c if we need a
client w/o a session else cmd_current_client
- * we do more work than we should if a single read() contains operations
- that cancel each other out: for example, writing twice to the same
- cell, or writing and then clearing a line; it would be nice to
- optimize these. would it mean processing the entire read() data first
- then applying changes? or an initial optimization step? or something
- else?
- miscellaneous
* way to keep a job running just read its last line of output for #()
@@ -131,3 +125,8 @@
* multiline status line? separate command prompt and status line?
* customizable command aliases
* automatic pane logging
+
+- hooks
+ * more hooks for various things
+ * after-*/before-* hooks are a bit weird, particularly with targets
+ * multiple hooks with the same name