summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term
Commit message (Collapse)AuthorAgeFilesLines
...
* new prototypersc2005-01-041-1/+1
|
* add ? for unknown plumbsrsc2005-01-021-1/+20
|
* handle pty correctly on linuxrsc2004-12-271-0/+14
|
* make work with new thread libraryrsc2004-12-263-19/+45
|
* handle interrupt rightrsc2004-10-221-1/+3
|
* use threadexitsallrsc2004-10-171-1/+1
|
* remove socket at exitrsc2004-10-171-0/+11
|
* fix interrupt handling, add clumsy way to get at text buffer contentsrsc2004-10-171-3/+92
|
* Continue the pthreads torture.rsc2004-09-212-8/+26
|
* various forgotten filesrsc2004-09-201-6/+14
|
* Make comment match code.rsc2004-08-061-3/+4
|
* Try to be more clever about re-enabling terminal echo.wkj2004-08-021-1/+2
| | | | From Axel Belinfante.
* Placate the Sun monster.wkj2004-07-031-1/+1
|
* scrollingrsc2004-06-111-2/+2
|
* mouse scrollingrsc2004-06-091-9/+27
|
* Little fixes.rsc2004-04-301-6/+12
|
* add -W to specify window size.rsc2004-04-291-1/+4
| | | | various other little fixes.
* collapse \r\r\r\r => \r.rsc2004-04-251-1/+5
|
* always be honest about tabstop.rsc2004-04-252-1/+7
|
* various bug fixesrsc2004-04-241-0/+4
|
* Fix window size in case we inherited a bad one.rsc2004-04-231-0/+1
|
* cut the cute graphics.rsc2004-04-211-4/+4
|
* fix a deadlock.rsc2004-04-201-1/+7
|
* better \r handlingrsc2004-04-201-6/+15
|
* make things work on SunOSrsc2004-04-201-2/+2
|
* make mac workrsc2004-04-193-148/+3
|
* clean up when finished.rsc2004-04-197-65/+14
|
* xrsc2004-04-191-3/+10
|
* add cooked override.rsc2004-04-181-16/+25
|
* add thisrsc2004-04-161-0/+109
|
* make echoing work.rsc2004-04-169-154/+51
|
* 9term manages to turn off echo at the right times under SunOS ?rsc2004-04-159-10/+173
|
* grey out 9term when it loses focus.rsc2004-03-302-3/+23
|
* OpenBSD support from Markus Friedl.rsc2004-03-261-0/+46
|
* Chording paste bug.rsc2004-03-261-1/+1
|
* Remove debugging echos.rsc2004-03-261-6/+1
|
* SunOS can rot in hell.rsc2004-03-264-14/+48
|
* Darwin support.rsc2004-03-263-2/+137
|
* Small changes.rsc2004-03-251-0/+3
| | | | Small changes.
* Today's changes.rsc2004-03-259-234/+1125
| | | | More changes.
* Initialization bug reported by Taj Khattra.rsc2004-03-211-0/+1
|
* Don't require plumber.rsc2004-03-211-1/+1
|
* Change 9term to look like rio windows, not acme windows.rsc2004-03-213-132/+152
|
* Little tweaks and documentation.rsc2004-03-021-2/+2
|
* Various tweaks.rsc2004-02-291-1/+3
|
* 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.