Add a note about cmd_find_*.

This commit is contained in:
Nicholas Marriott 2015-02-09 13:12:25 +00:00
parent cb018a4212
commit b4750e4c35

4
TODO
View File

@ -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 #()