diff --git a/CHANGES b/CHANGES index c428a883..ca5d88ae 100644 --- a/CHANGES +++ b/CHANGES @@ -71,9 +71,7 @@ Note that elinks requires the STY environment variable (used by screen) to be set before it will set the window title. So, if you want window titles set by elinks, set STY before running it (any value will do). I can't do this for all - windows since setting it to an invalid value breaks screen. Why they couldn't - just look for TERM=screen (or send it regardless if the user turned it on) is - beyond me. + windows since setting it to an invalid value breaks screen. * Show arrows at either end of status line when scrolled if more windows exist. Highlight the arrow if a hidden window has activity or bell. * Scroll the status line to show the current window if necessary. Also handle @@ -568,4 +566,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.140 2008-06-25 07:30:08 nicm Exp $ +$Id: CHANGES,v 1.141 2008-06-25 19:12:30 nicm Exp $ diff --git a/NOTES b/NOTES index 9bd6b34d..fbc17dc7 100644 --- a/NOTES +++ b/NOTES @@ -54,8 +54,11 @@ tmux does not: use xterm-color or rxvt for colour. There are the following known issues: -- cons25 on the FreeBSD console lies about its support for scroll regions, - reports are that using TERM=screen pretty much works okay. +- cons25 on the FreeBSD console doesn't support scroll region (cs) (or lies about + support, I'm not totally clear which). This is a pity but emulating cs is non- + trivial and as most modern vt220-based software terminals support it currently + I have better things to work one. Diffs or ideas how to cleanly emulate cs + are welcome. - Darwin/OS X's poll(2) is broken and doesn't support polling pty(4)s; as tmux makes heavy use of this and there are no suitable alternatives on the platform, Darwin and OS X are unfortunately not supported for the present. @@ -70,4 +73,4 @@ welcome. Please email: -- Nicholas Marriott -$Id: NOTES,v 1.34 2008-06-21 14:11:39 nicm Exp $ +$Id: NOTES,v 1.35 2008-06-25 19:12:30 nicm Exp $ diff --git a/TODO b/TODO index d39a487c..e94c1a57 100644 --- a/TODO +++ b/TODO @@ -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)