Commits


9term: fix getpts on macOS 10.13 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 work


9term manages to turn off echo at the right times under SunOS ?


Darwin support.