Don't hang when window closes early; also add lots more debugging.

This commit is contained in:
Nicholas Marriott
2008-05-31 20:04:15 +00:00
parent abe745f991
commit 5569ff9723
7 changed files with 50 additions and 30 deletions

9
NOTES
View File

@ -47,7 +47,7 @@ TERM=screen (tmux in screen), xterm, xterm-color and rxvt. Note that tmux
(and screen) relies on an AX term capability to detect if the terminal
supports "default" (transparent) foreground and background colours. On OpenBSD,
TERM=xterm and TERM=xterm-color lack this; TERM=rxvt does have it and works fine
at least with the aterm and (naturally) rxvt terminal emulators.
at least with the aterm and rxvt terminal emulators.
For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory.
@ -57,9 +57,6 @@ welcome. Please email:
nicm@users.sf.net
Or contact me during UK daytime hours (0900 to 2300 UTC or so) as "NicM" on
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.31 2007-11-26 20:50:31 nicm Exp $
$Id: NOTES,v 1.32 2008-05-31 20:04:15 nicm Exp $