The branch, master has been updated
       via  7ea560261c72cd8e8453e7ea0e4f3922a2bdfeb3 (commit)
      from  c190c73240576aa2a8274a305844f1fa7fcb0e71 (commit)

- Log -----------------------------------------------------------------
commit 7ea560261c72cd8e8453e7ea0e4f3922a2bdfeb3
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>

    Add destroy entry to TODO.
---
 TODO |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index 92b60a9..e8e8d07 100644
--- a/TODO
+++ b/TODO
@@ -115,3 +115,12 @@
 
 - we need a tmux terminfo entry to document the extensions we are using in
   upstream terminfo
+
+- the way pane, window, session destroy is handled is too complicated and the
+  distinction between session.c, window.c and server-fn.c functions is not
+  clear. could we just have kill_pane(), kill_window(), unlink_window(),
+  kill_session() that fix up all data structures (flagging sessions as dead)
+  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.


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

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


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to