Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-13 | 9term: fix getpts on macOS 10.13 | David du Colombier | 1 | -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-19 | make mac work | rsc | 1 | -147/+1 | |
2004-04-15 | 9term manages to turn off echo at the right times under SunOS ? | rsc | 1 | -0/+12 | |
2004-03-26 | Darwin support. | rsc | 1 | -0/+135 | |