diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-04 12:24:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-04 12:24:04 +0000 |
commit | 7869dc73d5f747926ee63ce549e4da32c5ba6227 (patch) | |
tree | b4d0f5230a52f8a8fc29ee3499df728abae811b2 | |
parent | b7f450b3614104e2f805e743479dafc2bc04343a (diff) | |
download | rtmux-7869dc73d5f747926ee63ce549e4da32c5ba6227.tar.gz rtmux-7869dc73d5f747926ee63ce549e4da32c5ba6227.tar.bz2 rtmux-7869dc73d5f747926ee63ce549e4da32c5ba6227.zip |
Sync.
-rw-r--r-- | TODO | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -16,10 +16,6 @@ and buffer_insert_range/delete_range are abominations. this should be rethought - figure out once and for all what is going on with backspace and del -- keys to add: - NONE? -- nuke '?' on getopts -- const char *opusage = ... on ops rather than dup usage args - window creation/idle time - attributes could be 8 not 16 bits - profile/optimise, particularly (i suspect) input.c @@ -48,7 +44,7 @@ swap windows link/copy windows unlink window (error if window only linked to one session) - close window + kill window kill session set status on/off set shell |