diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 19:12:30 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 19:12:30 +0000 |
| commit | 26792fc3a83f3a7716318efbfea16fda53ed8e87 (patch) | |
| tree | ad35e53e0646a843e0ea2ad40975f82d71cd7e1a /TODO | |
| parent | 758efb394758a0025239e694e1b8db1af3e2f4ab (diff) | |
| download | rtmux-26792fc3a83f3a7716318efbfea16fda53ed8e87.tar.gz rtmux-26792fc3a83f3a7716318efbfea16fda53ed8e87.tar.bz2 rtmux-26792fc3a83f3a7716318efbfea16fda53ed8e87.zip | |
Tweak.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -48,6 +48,18 @@ - get rid of DEFDATA etc -- For 0.4 -------------------------------------------------------------------- + +- document list-commands. document switch-client +- document buffer stuff +- document next/prev word +- commands: + save-buffer -b number filename + load-buffer -b number filename + copy-buffer -s src-session -t dst-session -a src-index -b dst-index + (from other session) + +-- For 0.5 -------------------------------------------------------------------- + - clear EOL etc CANNOT rely on term using the current colour/attr and probably should not emulate it doing so - activity/bell should be per-window not per-link? what if it is cur win in @@ -55,17 +67,7 @@ - tidy up window modes - support \033_string\033\\ for window title too - list-keys should be sorted -- copy-mode enhancements: next word etc etc - problems with force-width when wrapping line in emacs? - command history for command-prompt. better tab completion (use options too) - window options should be done similarly to standard options - next prev word etc in command prompt ---- -- document list-commands. document switch-client -- document buffer stuff -- document next/prev word ---- -save-buffer -b number filename -load-buffer -b number filename -copy-buffer -s src-session -t dst-session -a src-index -b dst-index - (from other session) |