From 593bcbdd497a8dadd44abdfabf4acfa808d5d076 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 15 Mar 2010 16:09:49 +0000 Subject: [PATCH] +. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 551c97d4..9c4e311a 100644 --- a/TODO +++ b/TODO @@ -139,5 +139,7 @@ For 1.3: 8 stdin fd should be passed up to parent so load-buffer and others could use it for nonattaching clients 9 something for -t "last window in session" so a session can be used as a stack +10 synchronous commands - client sends cmd and blocks, neww/splitw saves client ptr + then when program inside died, sends MSG_SOMETHING with wait status to client ...