aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/Darwin.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-139term: fix getpts on macOS 10.13David du Colombier1-0/+16
Since macOS 10.13, opening the /dev/ptyXX files always return ENOENT. Consequently, we changed getpts to use openpty to open a pseudoterminal, like on Linux and OpenBSD. Fixes #90. Fixes #110.
2004-04-19make mac workrsc1-147/+1
2004-04-159term manages to turn off echo at the right times under SunOS ?rsc1-0/+12
2004-03-26Darwin support.rsc1-0/+135