summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* crop: fix 64-bitRuss Cox2011-05-011-3/+3
| | | | | R=rsc http://codereview.appspot.com/4438088
* 9term, acme: autoscrollRuss Cox2011-04-2712-72/+32
| | | | | | | | | | | | | | | | Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060
* mklatinkbd: fix buffer overflowEoghan Sherry2011-04-041-1/+1
| | | | | | | | Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057
* fortunes: remove duplicateRuss Cox2011-03-091-1/+0
| | | | | R=rsc http://codereview.appspot.com/4252070
* belorussian translation linkRuss Cox2011-02-281-0/+2
| | | | | R=rsc http://codereview.appspot.com/4251044
* more fortunesRuss Cox2011-02-231-0/+2
| | | | | R=rsc http://codereview.appspot.com/4224041
* unvac: always create writable directoriesRuss Cox2011-02-231-1/+1
| | | | | R=rsc http://codereview.appspot.com/4221043
* rc: fix $ifs bug introduced with utf-8 codeRuss Cox2011-02-161-2/+4
| | | | | R=rsc http://codereview.appspot.com/4187050
* fortunesRuss Cox2011-02-081-0/+8
| | | | | R=rsc http://codereview.appspot.com/4149042
* eqn: add working mbtowc and wctombRuss Cox2011-02-042-0/+166
| | | | | | | Fixes UTF-8 input files. R=rsc http://codereview.appspot.com/4132042
* Plumb.app: handle spaces in file names (Rob Pike)Russ Cox2011-01-281-1/+9
| | | | | R=rsc http://codereview.appspot.com/4113042
* devdraw: fix flashing during window dragJeff Sickel2011-01-122-3/+5
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/3922043
* factotum: add proto-specific key promptRuss Cox2011-01-021-0/+2
| | | | | R=rsc http://codereview.appspot.com/3852042
* tr: 32-bit rune fixesRuss Cox2011-01-021-3/+3
| | | | | R=rsc http://codereview.appspot.com/3761044
* mklatinkbd: fix out of bounds bugRuss Cox2011-01-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/3828045
* acid: fix buildRuss Cox2011-01-021-2/+1
| | | | | R=rsc http://codereview.appspot.com/3784048
* libframe: fix line wrap display glitch (Erik Quanstrom)Russ Cox2011-01-021-1/+9
| | | | | R=rsc http://codereview.appspot.com/3777044
* acid: 4-byte RunesRuss Cox2011-01-021-7/+10
| | | | | R=rsc http://codereview.appspot.com/3860041
* keyboard(7): document X compose sequencesRuss Cox2011-01-024-23/+162
| | | | | | | | | Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043
* man: fix -PRuss Cox2011-01-021-1/+1
| | | | | R=rsc http://codereview.appspot.com/3818043
* keyboard(7): document update procedure (suggested by Rodney Polkinghorne)Russ Cox2011-01-021-2/+5
| | | | | R=rsc http://codereview.appspot.com/3770044
* rc: handle 4-byte utf-8Russ Cox2011-01-023-0/+20
| | | | | R=rsc http://codereview.appspot.com/3833043
* rc: handle utf-8 in $ifsRuss Cox2011-01-021-8/+16
| | | | | R=rsc http://codereview.appspot.com/3798046
* factotum: update prototab (thanks Erik Quanstrom)Russ Cox2010-12-281-0/+4
| | | | | R=rsc http://codereview.appspot.com/3750045
* wc: 4-byte utf-8 capable (Erik Quanstrom)Russ Cox2010-12-071-16/+59
| | | | | R=rsc http://codereview.appspot.com/3437044
* delete 9P2000.uRuss Cox2010-12-0715-337/+64
| | | | | | | thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
* auth/factotum: fix password prompt hangRuss Cox2010-12-071-2/+2
| | | | | | | Fixes #51. R=rsc http://codereview.appspot.com/3431044
* venti: add mgr (work in progress)Russ Cox2010-11-091-0/+1021
| | | | | R=rsc http://codereview.appspot.com/3003041
* import: clean up correctlyRuss Cox2010-11-031-0/+1
| | | | | R=rsc http://codereview.appspot.com/2875041
* mkfiles: fix macargv bufRuss Cox2010-10-273-5/+3
| | | | | R=rsc http://codereview.appspot.com/2729042
* mac: add 9term.app, Plumb.appRuss Cox2010-10-2715-0/+220
| | | | | R=rsc http://codereview.appspot.com/2783041
* plumb: column numbers in file addressRuss Cox2010-10-272-0/+10
| | | | | R=rsc http://codereview.appspot.com/2776042
* win: another attempt at input modesRuss Cox2010-10-131-5/+28
| | | | | R=rsc http://codereview.appspot.com/2476042
* awd: use $sysnameRuss Cox2010-10-121-1/+1
| | | | | R=rsc http://codereview.appspot.com/2458041
* libmach: fix warning about preadnRuss Cox2010-10-071-21/+0
| | | | | R=rsc http://codereview.appspot.com/2388041
* getflags: use shell quotingAnthony Martin2010-10-071-0/+1
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/2065042
* plumber: comment out bogus user name checkRuss Cox2010-10-071-0/+2
| | | | | R=rsc http://codereview.appspot.com/2295043
* libmach: more mach-o supportRuss Cox2010-09-245-35/+343
| | | | | R=rsc http://codereview.appspot.com/2277041
* win: add cook/nocookRuss Cox2010-09-101-5/+14
| | | | | R=rsc http://codereview.appspot.com/2162042
* topng: 64-bit fixRuss Cox2010-09-031-1/+1
| | | | | R=rsc http://codereview.appspot.com/2124042
* 9term, win: better echo cancellationRuss Cox2010-09-036-61/+129
| | | | | | | | Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042
* acme: fix rounding in rows computationRob Pike2010-08-242-4/+8
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/2007045
* codereview: import latest from goRuss Cox2010-08-041-40/+103
| | | | | R=rsc http://codereview.appspot.com/1922042
* sam: use ulong as type of dev consistentlyRuss Cox2010-08-041-1/+1
| | | | | | | | | Otherwise io.c:39 compares int != ulong, causing spurious file modification warnings when dev doesn't fit in an int. R=r http://codereview.appspot.com/1917045
* devdraw: snarf better with ChromeRuss Cox2010-07-221-5/+4
| | | | | | | maybe the code is also actually correct. who knows. R=rsc http://codereview.appspot.com/1875045
* web: pass $BROWSER as open -a argument on OS XRuss Cox2010-07-141-1/+8
| | | | | | | (Suggestion by Martin Kühl) R=rsc http://codereview.appspot.com/1772044
* u.h: add int8, uint8Russ Cox2010-07-141-0/+2
| | | | | R=rsc http://codereview.appspot.com/1791044
* web: just use "open" on OS XRuss Cox2010-07-141-67/+1
| | | | | R=rsc http://codereview.appspot.com/1764045
* acme, sam: fix regexp code for bigger RunemaxRuss Cox2010-07-142-48/+52
| | | | | R=r http://codereview.appspot.com/1765042
* acme: fix off by one in editcmd, pointer comparison in getch, nextcRuss Cox2010-07-141-3/+3
| | | | | R=r http://codereview.appspot.com/868046