Commit Graph

8 Commits

Author SHA1 Message Date
Kelvin Sherlock 4da75367c1 (re)set the controlling terminal.
This is necessary to read input from the console (via the Event Manager) since opening a pseudo terminal screws up the controlling terminal (and there is no O_NOCTTY flag).
2019-10-03 00:05:21 -04:00
Kelvin Sherlock bcc69350e1 sigh... creating a new process group for the slave seems to prevent keyboard IO. Use the non-compliant flag so EM reads keypresses directly from the hardware. 2018-05-11 22:54:31 -04:00
Kelvin Sherlock d2e0554bc8 more cleanup. 2018-05-10 21:22:34 -04:00
Kelvin Sherlock 12032fe800 cleanup. 2018-05-10 21:06:58 -04:00
Kelvin Sherlock 77be11f696 update makefile. 2018-05-10 17:25:12 -04:00
Kelvin Sherlock 246c8a8464 main -> marlene. 2018-05-10 17:19:57 -04:00
Kelvin Sherlock c956be1319 rename a bit 2018-04-21 15:40:50 -04:00
Kelvin Sherlock 9cc53483ad rewrite vt100 and telnet. 2018-04-21 15:30:26 -04:00