aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/9term.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-159term manages to turn off echo at the right times under SunOS ?rsc1-1/+18
2004-03-30grey out 9term when it loses focus.rsc1-2/+22
2004-03-26Chording paste bug.rsc1-1/+1
2004-03-26SunOS can rot in hell.rsc1-9/+23
2004-03-25Today's changes.rsc1-176/+280
More changes.
2004-03-21Initialization bug reported by Taj Khattra.rsc1-0/+1
2004-03-21Don't require plumber.rsc1-1/+1
2004-03-21Change 9term to look like rio windows, not acme windows.rsc1-24/+150
2004-03-02Little tweaks and documentation.rsc1-2/+2
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-5/+3
with them.
2003-12-06various tweaks.rsc1-1/+2
2003-12-04Clean up yacc files in mkcommon, mkhdr.rsc1-13/+28
Add nan to lib9. Fix memory corruption bugs in 9term.
2003-12-04Remove debugging print from 9term.rsc1-1/+0
2003-12-04Various fixes.rsc1-18/+13
2003-12-04fix bug in handling of backspace in output.rsc1-9/+17
2003-12-04make hold mode a bit more attractive.rsc1-1/+1
2003-12-04more bug fixesrsc1-0/+1
2003-12-04add -a flag for acme.rsc1-71/+111
2003-12-03Various fixes.rsc1-19/+48
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.
2003-12-02fix stack size (oops)rsc1-1/+1
2003-11-25fixes to plumber and 9termrsc1-1/+1
2003-11-25Update NOTES, hack on 9term a little.rsc1-1/+7
2003-11-23Dhog's 9term.rsc1-0/+1380
Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.