summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* 9term, acme: autoscrollRuss Cox2011-04-271-0/+1
| | | | | | | | | | | | | | | | 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
* acme: attempt to fix Put mtime skew on NFSRuss Cox2010-03-181-0/+13
| | | | | R=r http://codereview.appspot.com/583043
* acme: correct modified message after initial load; more detail inRuss Cox2009-09-251-5/+5
| | | | | | message http://codereview.appspot.com/123051
* src: use whatis instead of whichMichael Teichgräber2009-07-081-1/+1
|
* acme: refresh window properly after Tab command (Fazlul Shahriar)Russ Cox2007-11-281-1/+1
|
* fix acme Snarf bug; change Indent to apply to all windowsrsc2007-06-151-16/+37
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-3/+3
|
* stupid gccrsc2005-12-211-6/+6
|
* Cleanup in preparation for multiline tags.rsc2005-10-311-1/+1
|
* More thread names.rsc2005-09-261-0/+2
|
* add undocumented Abort builtinrsc2005-01-231-5/+27
|
* don't need to rename Fid anymorersc2005-01-041-4/+2
|
* change to use new thread libraryrsc2004-12-271-0/+1
|
* bug fix in Get from robrsc2004-11-011-0/+2
|
* change md argument to number etc. (which acted only as a flag)rsc2004-10-221-2/+2
| | | | | | | | | | to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
* autoindent fixes from robrsc2004-09-281-12/+25
|
* scrollingrsc2004-06-111-2/+3
|
* restore current directory after threadexec.rsc2004-05-151-7/+48
| | | | this is dodgy.
* various bug fixesrsc2004-05-141-1/+1
|
* no more Dotfilesrsc2004-04-251-17/+0
|
* undo the madness.rsc2004-04-211-2/+0
|
* $foo in tags - here only for reference.rsc2004-04-211-0/+2
|
* oldorg was bad idearsc2004-04-191-11/+0
|
* various little bug fixesrsc2004-04-191-0/+11
|
* Let's try this - Dotfiles toggles listing of .* in directory listings.rsc2004-04-081-0/+18
|
* SunOS can rot in hell.rsc2004-03-261-1/+1
|
* Today's changes.rsc2004-03-251-1/+3
| | | | More changes.
* Small tweaksrsc2004-03-211-0/+1
| | | | Lots of new code imported.
* Fighting the good fight.rsc2004-02-291-11/+63
| | | | | | | | | | | | Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
* More files related to user-level file servers.rsc2003-12-111-0/+1491
Also add acme!