diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-11 19:03:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-11 19:03:30 +0000 |
commit | 83d984eca84f202f38ec759deb6f38d5f680480f (patch) | |
tree | ef6bdc578aa9b027055761bd2b0d9b885c922db9 | |
parent | b21e356e569b2b7c9625523d766fc6779686d088 (diff) | |
download | rtmux-83d984eca84f202f38ec759deb6f38d5f680480f.tar.gz rtmux-83d984eca84f202f38ec759deb6f38d5f680480f.tar.bz2 rtmux-83d984eca84f202f38ec759deb6f38d5f680480f.zip |
Works fine, escaping was the issue.
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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? - |