From d90d646ca8e7ff6f97e9d11a2d746e217c7a3dcc Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 29 Jun 2008 07:04:31 +0000 Subject: Zombie windows, requested by Will Maier. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 967b5cb9..e4e8c846 100644 --- a/TODO +++ b/TODO @@ -49,12 +49,13 @@ -- For 0.4 -------------------------------------------------------------------- +- document zombie windows - document buffer stuff - document next/prev word - commands: save-buffer -b number filename load-buffer -b number filename copy-buffer -s src-session -t dst-session -a src-index -b dst-index - (from other session) + (from other session) -- For 0.5 -------------------------------------------------------------------- @@ -73,3 +74,4 @@ have a "edit-mode" option select which keymap - zombie windows: don't disappear when the command dies. new command respawn-window [command] to restart; ommitting commands uses previous +- many more info displays for various things -- cgit