summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-08-28 17:45:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-08-28 17:45:30 +0000
commit33aa9315414dca1218b3c88b0c5ffc89d4379974 (patch)
tree1594150f11001adb185809b5f593ed4be14f3dbe /NOTES
parent0abb4ca413d3df152a969d5141622771ddc1f9fa (diff)
Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES5
1 files changed, 1 insertions, 4 deletions
diff --git a/NOTES b/NOTES
index fbc17dc7..2a447b9d 100644
--- a/NOTES
+++ b/NOTES
@@ -59,9 +59,6 @@ There are the following known issues:
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.
For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory.
@@ -73,4 +70,4 @@ welcome. Please email:
-- Nicholas Marriott <nicm@users.sf.net>
-$Id: NOTES,v 1.35 2008-06-25 19:12:30 nicm Exp $
+$Id: NOTES,v 1.36 2008-08-28 17:45:24 nicm Exp $