diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-14 08:44:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-14 08:44:25 +0000 |
commit | eb72bede4756278df051e02ce9d711a307f7a36a (patch) | |
tree | cedf63d4ef3ca45f40e9ad708b8c47444dcf5951 | |
parent | 7e3cc5fd121ff54fbe3e1b9d531cfba63bcf9768 (diff) | |
download | rtmux-eb72bede4756278df051e02ce9d711a307f7a36a.tar.gz rtmux-eb72bede4756278df051e02ce9d711a307f7a36a.tar.bz2 rtmux-eb72bede4756278df051e02ce9d711a307f7a36a.zip |
Sync.
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -56,6 +56,12 @@ kill server - force-default option: assume terminal supports default colours even if AX is missing (like, eg, xterm-color in an aterm) +- refer to windows by name etc (duplicates?) +- command to run something without a window at all +- command to insert a key into a window +- function groups: + bind-key ^W { select-window 0; send-key ^W } + etc -- For 0.1 -------------------------------------------------------------------- - fix most(1) problems after scrolling |