Commits


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


handle pty correctly on linux


make echoing work.


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


Today's changes. More changes.


Change 9term to look like rio windows, not acme windows.


Update NOTES, hack on 9term a little.


Dhog's 9term. Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.