aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme
AgeCommit message (Collapse)AuthorFilesLines
2011-04-279term, acme: autoscrollRuss Cox3-12/+4
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
2010-08-24acme: fix rounding in rows computationRob Pike1-3/+6
R=rsc CC=codebot http://codereview.appspot.com/2007045
2010-07-14acme, sam: fix regexp code for bigger RunemaxRuss Cox1-24/+26
R=r http://codereview.appspot.com/1765042
2010-07-14acme: fix off by one in editcmd, pointer comparison in getch, nextcRuss Cox1-3/+3
R=r http://codereview.appspot.com/868046
2010-03-18acme: attempt to fix Put mtime skew on NFSRuss Cox1-0/+13
R=r http://codereview.appspot.com/583043
2010-01-12acme: let Edit redo when file is cleanRuss Cox1-1/+1
R=, rsc CC= http://codereview.appspot.com/188042
2009-11-30acme: fix Load of acme with no windowsFazlul Shahriar1-2/+2
R=rsc CC=codebot http://codereview.appspot.com/161048
2009-09-25acme: correct modified message after initial load; more detail inRuss Cox5-14/+29
message http://codereview.appspot.com/123051
2009-09-12libplumb, Mail: fix crash on nil plumb fidsMathieu Lonjaret1-3/+6
http://codereview.appspot.com/116083
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-2/+2
http://codereview.appspot.com/116075
2009-09-11acme: htmlclick takes precedence over line clickRuss Cox1-3/+3
http://codereview.appspot.com/116074
2009-07-26acme: angle bracket tag matching, for XML, HTML etcRuss Cox2-0/+111
http://codereview.appspot.com/98042
2009-07-15acme: do not redraw body on every tag changeRuss Cox2-3/+4
fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041
2009-07-14mergeRuss Cox1-0/+3
2009-07-08src: use whatis instead of whichMichael Teichgräber1-1/+1
2009-06-09mergeRuss Cox1-2/+3
2009-04-30mergeRuss Cox1-0/+26
2008-12-06acme: fix Load bug (Fazlul Shahriar)Russ Cox1-2/+3
2008-07-20acme: Dump and Load tag contentsPeter Canning1-2/+55
2008-03-07acme: multiline tag fixesRuss Cox2-17/+37
2008-03-07acme: revise multiline tag codeRuss Cox5-99/+66
2008-03-07acme: remove -$Russ Cox1-18/+10
2008-03-07acme: remove -$ prototypesRuss Cox1-3/+0
2008-03-07acme: sync against Plan 9, remove -$ optionRuss Cox7-281/+38
2008-03-07acme: add nomenu, menu ctl messagesRuss Cox1-0/+8
2008-03-07acme: tag resize nitsRuss Cox1-6/+12
2008-03-07acme: fix directory resize bugRuss Cox1-1/+4
2008-03-07acme: fix acme Edit abortRob Pike1-1/+3
2008-06-01acme: fix owner bug in elogapplyRuss Cox1-1/+12
2008-05-08acme: fix mtpt crash (Tim Wiess)Russ Cox1-0/+3
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox6-2/+25
2008-01-30acme: fix regexp match choice bugRuss Cox1-1/+1
2008-01-10acme: make STACK bigger for OS X (David Swasey)Russ Cox1-1/+1
2007-12-07acme: revert regexp changeRuss Cox1-59/+51
2007-12-07acme: regexp fix (see libregexp change)Russ Cox1-51/+59
2007-11-28acme: refresh window properly after Tab command (Fazlul Shahriar)Russ Cox1-1/+1
2007-11-27mergeRuss Cox2-6/+7
2007-08-22acme: fix memory leak in warning (Michael Teichgräber)Russ Cox1-0/+1
2007-06-23--chattyrsc1-1/+0
2007-06-23remove elsewhere-deleted messages from window; Refresh -> Getrsc2-16/+2
2007-06-23add Get, Refresh commands; refresh at startuprsc1-0/+20
2007-06-15fix acme Snarf bug; change Indent to apply to all windowsrsc1-16/+37
2007-06-09better fixrsc1-14/+15
2007-06-09day one bug in sam regexp codersc1-1/+1
2007-05-10better tick handlingrsc1-5/+14
2007-04-25allow swap of column 0 with othersrsc1-2/+2
2007-03-26make :1-1 work (Arvindh Tamilmani)rsc1-1/+2
2007-03-25make Load more faithful to original Dump (Peter Canning)rsc1-1/+1
2007-03-16fix tags againrsc1-14/+3
2007-03-15fix too-aggressive tag redrawrsc1-19/+35