diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-22 16:54:08 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-22 16:54:08 +0000 |
| commit | 46383e33f8ab7511446baaf81ffb43243230c51f (patch) | |
| tree | 8a8b09c186a72620baa3916b90e06066042990de /TODO | |
| parent | 76019e1d527ab8b1634f93ac98daf41165bb91ae (diff) | |
| download | rtmux-46383e33f8ab7511446baaf81ffb43243230c51f.tar.gz rtmux-46383e33f8ab7511446baaf81ffb43243230c51f.tar.bz2 rtmux-46383e33f8ab7511446baaf81ffb43243230c51f.zip | |
Don't be clever and translate default colour.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -64,12 +64,10 @@ - get rid of DEFDATA etc -- For 0.4 -------------------------------------------------------------------- -- test and fix wsvt25 - 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 session not being watched? -- command history for command-prompt. tab completion - tidy up window modes - support \033_string\033\\ for window title too - fix bell-action in show-options @@ -77,6 +75,7 @@ - document buffer stuff - copy-mode enhancements: next word etc etc - problems with force-width when wrapping line in emacs? +- command history for command-prompt. better tab completion - options parsing could be much more generic, opening the way for abbreviation and tab completion of option names --- |