summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-02-09 13:12:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-02-09 13:12:25 +0000
commitb4750e4c352f70ce515bed1279d8561a288f1f1b (patch)
treec04e5acafe266268c56999f5dde2abdbb84a8945
parentcb018a421265de2f488a741530686589ab6b262f (diff)
Add a note about cmd_find_*.
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index a441b75b..a0a7570a 100644
--- a/TODO
+++ b/TODO
@@ -132,6 +132,10 @@
tell when in the config file - then we use cmdq->c if we need a
client w/o a session else cmd_current_client
* optimize pane redraws, 20120318184853.GK10965@yelena.nicm.ath.cx
+ * cmd_find_* could be much simpler - parse everything the same, only
+ difference is what to choose when not given a ":" or "." (such as a
+ plain "0" could be session, window or pane). So just cmd_find_target
+ with a type (session, window, or pane)..
- miscellaneous
* way to keep a job running just read its last line of output for #()