diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-04 15:28:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-04 15:28:14 +0000 |
commit | 64387d18ddb05447e6588e566a4f2f99d09fe242 (patch) | |
tree | 5ace7302a1ebc4b6885a110aa65c00fb3349a732 | |
parent | 25bf0faf2159cf744908ca1df94d89ce1015798f (diff) | |
download | rtmux-64387d18ddb05447e6588e566a4f2f99d09fe242.tar.gz rtmux-64387d18ddb05447e6588e566a4f2f99d09fe242.tar.bz2 rtmux-64387d18ddb05447e6588e566a4f2f99d09fe242.zip |
+.
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ... |