aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-04-28 19:08:40 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-04-28 19:08:40 +0000
commit893be14cf8902aa1ef2cd67c510351c9d4c78639 (patch)
treee0ee213f7a69240e6b5a34ae5d3fca521a2fd0da
parent342a47bc779a9c1391c11e77bde67b7262b736aa (diff)
downloadrtmux-893be14cf8902aa1ef2cd67c510351c9d4c78639.tar.gz
rtmux-893be14cf8902aa1ef2cd67c510351c9d4c78639.tar.bz2
rtmux-893be14cf8902aa1ef2cd67c510351c9d4c78639.zip
+.
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index aab7948b..c4f7f01a 100644
--- a/TODO
+++ b/TODO
@@ -133,6 +133,8 @@
- last window update time and # replacement for it for display-message
- way to define bell etc colours in status line
- find-window across sessions - other ways to make session handling easier?
+- ' and " should be parsed the same (eg "\e" vs '\e') in config and command
+ prompt?x
For 1.3 (not in order):
@@ -144,8 +146,9 @@ For 1.3 (not in order):
8 stdin fd should be passed up to parent so load-buffer and others could use it
for nonattaching clients
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
+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