diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-18 21:10:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-18 21:10:11 +0000 |
commit | 9382e546df081403d44f4e63f2f6d78450f4b4f4 (patch) | |
tree | fafd855de0611860254d114b1f504e5db53e9617 | |
parent | 659d15786ae6700350d9785264f9417a27d1ce6a (diff) | |
download | rtmux-9382e546df081403d44f4e63f2f6d78450f4b4f4.tar.gz rtmux-9382e546df081403d44f4e63f2f6d78450f4b4f4.tar.bz2 rtmux-9382e546df081403d44f4e63f2f6d78450f4b4f4.zip |
+.
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ... |