aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-12-04 15:28:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-12-04 15:28:14 +0000
commit64387d18ddb05447e6588e566a4f2f99d09fe242 (patch)
tree5ace7302a1ebc4b6885a110aa65c00fb3349a732
parent25bf0faf2159cf744908ca1df94d89ce1015798f (diff)
downloadrtmux-64387d18ddb05447e6588e566a4f2f99d09fe242.tar.gz
rtmux-64387d18ddb05447e6588e566a4f2f99d09fe242.tar.bz2
rtmux-64387d18ddb05447e6588e566a4f2f99d09fe242.zip
+.
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1fce6cb5..9ee8dfda 100644
--- a/TODO
+++ b/TODO
@@ -156,4 +156,8 @@ For 1.4 (not in order):
(as %1, %2 etc) and allow it to be used as a target
23 way to add dest for break-pane; maybe some easier way to unbreak-pane
24 case insensitive searching
+25 dynamically generated jobs (eg "date ...") do not work well because
+ their entries are never collected, should either store status jobs in
+ a different tree or flush all unused persist jobs every update rather
+ than just updating them
...