summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 18:00:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 18:00:16 +0000
commit840b74f6d02f0ad32efa2ef33f73097bfb03a8bc (patch)
treefd49a16c62f0332069da29a5dc80d461a632f65e /NOTES
parentd4330f57c0a0a7c0369dd855925a665fceb0d903 (diff)
Other notes.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES10
1 files changed, 7 insertions, 3 deletions
diff --git a/NOTES b/NOTES
index ec06baea..d4beda1d 100644
--- a/NOTES
+++ b/NOTES
@@ -110,11 +110,15 @@ A more extensive, but rough, todo list is included in the TODO file.
tmux also depends on several features of the client terminal (TERM), if these
are missing it may not behave correctly. It is possible to emulate some of
-these but tmux does not do this at present. Known working are TERM=screen (tmux
+these but tmux this is not done at present. Known working are TERM=screen (tmux
in screen), xterm, xterm-color and rxvt.
For debugging, running tmux with -v or -vv will generate server and client log
-files in the current directory.
+files in the current directory. In particular, client log files will contain
+messages such as "cursor_down not supported," if your TERM type is missing
+features expected by tmux. If these are present, please send a note of your TERM
+and the log file to the email address below - it will help to prioritise
+features that should be avoided or emulated, if possible.
Bug reports, feature suggestions and especially code contributions (or offers
to work on code) are most welcome. Please email:
@@ -126,4 +130,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't
know, so please mention tmux initially (rather than just saying "hi" ;-).
-- Nicholas Marriott <nicm@users.sf.net>
-$Id: NOTES,v 1.19 2007-10-12 17:50:33 nicm Exp $
+$Id: NOTES,v 1.20 2007-10-12 18:00:16 nicm Exp $