aboutsummaryrefslogtreecommitdiff
path: root/man/man4/acme.4
AgeCommit message (Collapse)AuthorFilesLines
2014-04-30acme: add log file in acme root directoryRuss Cox1-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-279term, acme: autoscrollRuss Cox1-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-15document tab width fieldrsc1-2/+3
2005-01-30add errors filersc1-0/+18
2005-01-13Many small edits.rsc1-8/+4
2005-01-11use macro for /usr/local/plan9rsc1-1/+1
2005-01-03Some man pages.rsc1-0/+406