aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-11 19:03:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-11 19:03:30 +0000
commit83d984eca84f202f38ec759deb6f38d5f680480f (patch)
treeef6bdc578aa9b027055761bd2b0d9b885c922db9
parentb21e356e569b2b7c9625523d766fc6779686d088 (diff)
downloadrtmux-83d984eca84f202f38ec759deb6f38d5f680480f.tar.gz
rtmux-83d984eca84f202f38ec759deb6f38d5f680480f.tar.bz2
rtmux-83d984eca84f202f38ec759deb6f38d5f680480f.zip
Works fine, escaping was the issue.
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 231f7c48..9525f19c 100644
--- a/TODO
+++ b/TODO
@@ -72,7 +72,7 @@
more??
- command to purge window history? or apply history-limit changes?
- clone session command
-- make command sequences more usable: don't require space around ;, handle
+- make command sequences more usable: don't require space after ;, handle
errors better
- might be nice if attach-session behaved like switch-client inside an
existing client
@@ -89,6 +89,3 @@
speed improvements? -- still too slow over ssh!
hardcoded 81 for left-vertical is nasty
- test bug sshing from freebsd console (tom iirc?)
-- binding a neww ... while read i or for i in to a key doesn't work...
- something to do with pty/tty handling?
-