From 6b522bd7705f0871ea45794dca2b563ebbd474b5 Mon Sep 17 00:00:00 2001
From: Nicholas Marriott <nicholas.marriott@gmail.com>
Date: Tue, 13 Oct 2009 14:27:57 +0000
Subject: [PATCH] +.

---
 TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index 0d032378..e27e04a3 100644
--- a/TODO
+++ b/TODO
@@ -34,7 +34,6 @@
 - make command sequences more usable: don't require space after ;, handle
   errors better
 - attach should have a flag to create session if it doesn't exist
-- rename split-window -> split-pane??
 - choice and more mode would be better per client than per window?
 - hooks to which commands may be attached, for example: tmux add-hook
   "new-session" if-shell "[ -e $HOME/.tmux-session.conf ]" source-file
@@ -51,6 +50,7 @@
 	- list-* vs show-*
 	- server-info
 	- up-pane/down-pane/swap-pane -U/swap-pane -D vs next-*/previous-*
+	- split-window -> split-pane??
 - tidy up and prioritise todo list ;-)
 - neww and attach can create a session if none exists?
        would work fine with config file since
@@ -78,3 +78,4 @@
 - bind commands to mouse buttons
 - UTF-8 to a non-UTF-8 terminal should not be able to balls up
   the terminal - www/ruby-addressable; make regress
+- copy mode needs a tidy/cleanup