From b4750e4c352f70ce515bed1279d8561a288f1f1b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 9 Feb 2015 13:12:25 +0000 Subject: Add a note about cmd_find_*. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) 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 #() -- cgit v1.2.3