summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term
Commit message (Collapse)AuthorAgeFilesLines
* Small tweaks to make things build again.rsc2004-02-291-1/+1
|
* need pty.h on linux according to scott schwartzrsc2004-01-201-0/+4
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-112-6/+4
| | | | with them.
* various tweaks.rsc2003-12-061-1/+2
|
* Clean up yacc files in mkcommon, mkhdr.rsc2003-12-041-13/+28
| | | | | Add nan to lib9. Fix memory corruption bugs in 9term.
* Remove debugging print from 9term.rsc2003-12-041-1/+0
|
* Various fixes.rsc2003-12-041-18/+13
|
* fix bug in handling of backspace in output.rsc2003-12-041-9/+17
|
* make hold mode a bit more attractive.rsc2003-12-041-1/+1
|
* more bug fixesrsc2003-12-041-0/+1
|
* add -a flag for acme.rsc2003-12-042-72/+112
|
* Various fixes.rsc2003-12-032-21/+49
| | | | | | | | | | | B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.
* fix stack size (oops)rsc2003-12-021-1/+1
|
* add sunosrsc2003-11-251-0/+30
|
* fixes to plumber and 9termrsc2003-11-254-3/+3
|
* Update NOTES, hack on 9term a little.rsc2003-11-254-6/+29
|
* Dhog's 9term.rsc2003-11-235-0/+1537
Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.