Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-30 | acme: add log file in acme root directory | Russ Cox | 1 | -2/+26 | |
Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 1 | -11/+0 | |
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 | |||||
2007-05-15 | document tab width field | rsc | 1 | -2/+3 | |
2005-01-30 | add errors file | rsc | 1 | -0/+18 | |
2005-01-13 | Many small edits. | rsc | 1 | -8/+4 | |
2005-01-11 | use macro for /usr/local/plan9 | rsc | 1 | -1/+1 | |
2005-01-03 | Some man pages. | rsc | 1 | -0/+406 | |