aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/Linux.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-289term: fix getpts on linuxAnthony Martin1-0/+5
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
2004-12-27handle pty correctly on linuxrsc1-0/+14
2004-04-16make echoing work.rsc1-63/+1
2004-04-159term manages to turn off echo at the right times under SunOS ?rsc1-0/+17
2004-03-25Today's changes.rsc1-12/+36
More changes.
2004-03-21Change 9term to look like rio windows, not acme windows.rsc1-1/+0
2003-11-25Update NOTES, hack on 9term a little.rsc1-3/+4
2003-11-23Dhog's 9term.rsc1-0/+22
Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.