Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-02 | acme: scrolling fixes + new home/end | Russ Cox | 1 | -0/+1 | |
Home and End previously navigated between two different window locations: the top and the bottom of the text. Now they include a third waypoint: the location where typing last happened. Thus, in a win window, typing ls -l <home> scrolls to the beginning of the ls -l output. A second <home> continues to the top of the file. Makes Send scroll always, along with writes by external programs to +Errors. R=r CC=mccoyst http://codereview.appspot.com/4830051 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 1 | -1/+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 | |||||
2009-09-25 | acme: correct modified message after initial load; more detail in | Russ Cox | 1 | -2/+2 | |
message http://codereview.appspot.com/123051 | |||||
2009-07-26 | acme: angle bracket tag matching, for XML, HTML etc | Russ Cox | 1 | -0/+1 | |
http://codereview.appspot.com/98042 | |||||
2008-04-17 | acme: add -m option and avoid looking in the mirror | Russ Cox | 1 | -0/+1 | |
2008-01-10 | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 1 | -1/+1 | |
2006-05-05 | fix edit pipe bug | rsc | 1 | -0/+3 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -8/+8 | |
2006-01-12 | more tweaks | rsc | 1 | -0/+1 | |
2005-10-31 | Cleanup in preparation for multiline tags. | rsc | 1 | -2/+6 | |
2005-03-23 | unused neditwrsel | rsc | 1 | -1/+0 | |
2005-03-18 | garbage collection | rsc | 1 | -1/+0 | |
2005-03-14 | Add $foo window names back to acme, enabled with -'$'. | rsc | 1 | -0/+1 | |
See the comment in wind.c about why this isn't the right solution. | |||||
2005-01-30 | add errors file | rsc | 1 | -0/+1 | |
2005-01-11 | os x changes | rsc | 1 | -0/+3 | |
2005-01-10 | add -r flag to reverse scrolling behavior. | rsc | 1 | -0/+1 | |
from peter canning. | |||||
2005-01-04 | clean up mkfile; fix winctlprint bug reported by peter canning | rsc | 1 | -1/+1 | |
2004-12-27 | changes from plan 9 | rsc | 1 | -1/+1 | |
2004-10-22 | change md argument to number etc. (which acted only as a flag) | rsc | 1 | -0/+2 | |
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens | |||||
2004-06-09 | Buttons 4 and 5. | rsc | 1 | -1/+6 | |
2004-04-19 | oldorg was bad idea | rsc | 1 | -3/+0 | |
2004-04-19 | various little bug fixes | rsc | 1 | -0/+3 | |
2004-04-08 | Let's try this - Dotfiles toggles listing of .* in directory listings. | rsc | 1 | -0/+1 | |
2004-03-25 | Today's changes. | rsc | 1 | -0/+1 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 1 | -2/+0 | |
Lots of new code imported. | |||||
2004-02-29 | Fighting the good fight. | rsc | 1 | -1/+4 | |
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. | |||||
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+546 | |
Also add acme! |