Commit Briefs

c988c8adf1 Russ Cox

9term: fix getpts on linux

Openpty uses grantpt internally and its behavior is unspecified when a handler is set to catch SIGCHLD. Fixes issue 37. http://code.swtch.com/plan9port/issues/37 R=rsc CC=codebot http://codereview.appspot.com/1209049


3694b738b8 rsc

handle pty correctly on linux


a2705f207f rsc

make echoing work.



8ad517944e rsc

Today's changes.

More changes.



21a17ff3e9 rsc

Update NOTES, hack on 9term a little.


cfabc3ed16 rsc

Dhog's 9term.

Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.