summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/Darwin.c
Commit message (Collapse)AuthorAgeFilesLines
* 9term: fix getpts on macOS 10.13David du Colombier2017-10-131-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.
* make mac workrsc2004-04-191-147/+1
|
* 9term manages to turn off echo at the right times under SunOS ?rsc2004-04-151-0/+12
|
* Darwin support.rsc2004-03-261-0/+135