mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Add a note about cmd_find_*.
This commit is contained in:
parent
cb018a4212
commit
b4750e4c35
4
TODO
4
TODO
@ -132,6 +132,10 @@
|
|||||||
tell when in the config file - then we use cmdq->c if we need a
|
tell when in the config file - then we use cmdq->c if we need a
|
||||||
client w/o a session else cmd_current_client
|
client w/o a session else cmd_current_client
|
||||||
* optimize pane redraws, 20120318184853.GK10965@yelena.nicm.ath.cx
|
* 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
|
- miscellaneous
|
||||||
* way to keep a job running just read its last line of output for #()
|
* way to keep a job running just read its last line of output for #()
|
||||||
|
Loading…
Reference in New Issue
Block a user