aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-03-18 21:10:11 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-03-18 21:10:11 +0000
commit9382e546df081403d44f4e63f2f6d78450f4b4f4 (patch)
treefafd855de0611860254d114b1f504e5db53e9617
parent659d15786ae6700350d9785264f9417a27d1ce6a (diff)
downloadrtmux-9382e546df081403d44f4e63f2f6d78450f4b4f4.tar.gz
rtmux-9382e546df081403d44f4e63f2f6d78450f4b4f4.tar.bz2
rtmux-9382e546df081403d44f4e63f2f6d78450f4b4f4.zip
+.
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0f5a0857..27807eb2 100644
--- a/TODO
+++ b/TODO
@@ -129,7 +129,7 @@
- wrap for windows like panes
- +2 -2 etc to move by two
-For 1.3:
+For 1.3 (not in order):
3 why are alerts per-winlink? try per window?
4 audit of escape sequence support vs xterm
@@ -142,5 +142,8 @@ For 1.3:
9 something for -t "last window in session" so a session can be used as a stack
10 synchronous commands - client sends cmd and blocks, neww/splitw saves client ptr
then when program inside died, sends MSG_SOMETHING with wait status to client
+11 documentation improvements - rlpowell's tutorial
+ - build instructions
+12 better configure? with-libevent
...