aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-11-13 16:55:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-11-13 16:55:30 +0000
commitba68bed10e7f3ed9bb867da9048bed0f7f32bdf1 (patch)
tree4949684f496425ae05fcd748ca9af535eb479987
parent30e8ed393ed48d9fe92fa1cc4510adfc045fa8ec (diff)
downloadrtmux-ba68bed10e7f3ed9bb867da9048bed0f7f32bdf1.tar.gz
rtmux-ba68bed10e7f3ed9bb867da9048bed0f7f32bdf1.tar.bz2
rtmux-ba68bed10e7f3ed9bb867da9048bed0f7f32bdf1.zip
+.
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7aec002a..4cfee4be 100644
--- a/TODO
+++ b/TODO
@@ -152,4 +152,6 @@ For 1.4 (not in order):
19 info() when changing to same window
20 don't pass UTF-8 through vis for titles
21 clearing screen should push lines into history
+22 add a unique ever-increasing pane id to each pane, export it in $TMUX_PANE
+ (as %1, %2 etc) and allow it to be used as a target
...