The branch, master has been updated
       via  b091790622dfe923cfc45a79eb4089e917634510 (commit)
      from  a352570e9fee02ad50ce627dc1e9b0b5a82bc8f1 (commit)

- Log -----------------------------------------------------------------
commit b091790622dfe923cfc45a79eb4089e917634510
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    +.
---
 TODO |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index a65688f..21d8d7d 100644
--- a/TODO
+++ b/TODO
@@ -128,4 +128,14 @@
   and return a value to say whether clients need to be checked for dead
   sessions? sort of like session_detach now but more so. or some other scheme
   to make it simpler and clearer? also would be nice to remove/rename
-  server-fn.c.
+  server-fn.c
+
+- more readable way to work out the various things commands need to know about
+  the client, notably:
+      - is this the config file? (cmdq->c == NULL)
+      - is this a command client? (cmdq->c != NULL && cmdq->c->session == NULL)
+      - is this a control client?
+      - can i do stdin or stdout to this client?
+  or even guarantee that cmdq->c != NULL and provide a better way to tell when
+  in the config file - then we use cmdq->c if we need a client w/o a session
+  else cmd_current_client


-----------------------------------------------------------------------

Summary of changes:
 TODO |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to