summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-10-25 12:29:10 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-10-25 12:29:10 +0100
commit6e8d29e9a208862a918871b736a0142cf4b91f5b (patch)
tree03e8029afa42477b5315bb9a6002a49ea9c13cf9 /TODO
parentf7a037ba269ec37ae5ea4d99a006fa084b7f8064 (diff)
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 7 insertions, 6 deletions
diff --git a/TODO b/TODO
index 5a8892d2..7a15c356 100644
--- a/TODO
+++ b/TODO
@@ -110,21 +110,22 @@
bind -n DoubleClick3Status confirm-before -p "kill-window #I? (y/n)" kill-window
* respawn -c flag same as neww etc
* marker lines in history (GitHub issue 1042)
- * tree mode stuff: predefined filters, tag-all key, ...
+ * tree mode stuff: make command prompt (:) common code so all modes get it,
+ predefined filters, tag-all key, ...
- hooks
* more hooks for various things
* finish after hooks for special commands. these do not have a hook at
- the moment:
+ the moment:
attach-session detach-client kill-server respawn-window
swap-window break-pane find-window kill-session rotate-window
switch-client choose-tree if-shell kill-window run-shell
wait-for command-prompt join-pane move-window source-file
confirm-before kill-pane respawn-pane swap-pane
- at the moment AFTERHOOK uses current only if target is not valid,
- but target is ALWAYS valid - it should use current if no -t flag?
- then select-* could use AFTERHOOK
+ at the moment AFTERHOOK uses current only if target is not valid,
+ but target is ALWAYS valid - it should use current if no -t flag?
+ then select-* could use AFTERHOOK
* multiple hooks with the same name?
* finish hooks for notifys
* for session_closed, if no sessions at all, perhaps fake up a
- temporary one
+ temporary one