Commits


9term, acme: autoscroll 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: correct modified message after initial load; more detail in message http://codereview.appspot.com/123051


acme: angle bracket tag matching, for XML, HTML etc http://codereview.appspot.com/98042


acme: add -m option and avoid looking in the mirror


acme: make STACK bigger for OS X (David Swasey)


fix edit pipe bug


Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.


more tweaks


Cleanup in preparation for multiline tags.


unused neditwrsel


garbage collection


Add $foo window names back to acme, enabled with -'$'. See the comment in wind.c about why this isn't the right solution.


add errors file


os x changes


add -r flag to reverse scrolling behavior. from peter canning.