summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/text.c
Commit message (Collapse)AuthorAgeFilesLines
* acme: htmlclick takes precedence over line clickRuss Cox2009-09-111-3/+3
| | | | http://codereview.appspot.com/116074
* acme: angle bracket tag matching, for XML, HTML etcRuss Cox2009-07-261-0/+110
| | | | http://codereview.appspot.com/98042
* acme: do not redraw body on every tag changeRuss Cox2009-07-151-2/+3
| | | | | | | | fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041
* mergeRuss Cox2009-04-301-0/+26
|
* acme: revise multiline tag codeRuss Cox2008-03-071-27/+4
|
* acme: fix directory resize bugRuss Cox2008-03-071-1/+4
|
* acme: add -m option and avoid looking in the mirrorRuss Cox2008-04-171-0/+4
|
* better tick handlingrsc2007-05-101-5/+14
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* fix b1 c2 c3 c3 c2 c3 [sic]rsc2006-02-081-12/+13
|
* add chord fix from plan 9rsc2006-02-061-6/+6
|
* more tweaksrsc2006-01-121-0/+10
|
* add bigtagsrsc2005-12-161-1/+52
|
* Cleanup in preparation for multiline tags.rsc2005-10-311-10/+13
|
* use typecommit; use nil in place of 0 againrsc2005-03-181-7/+3
|
* month old bug fix from robrsc2005-03-181-15/+29
|
* dumb porting bugsrsc2004-12-271-2/+2
|
* changes from plan 9rsc2004-12-271-2/+9
|
* bug fix in Zerox arrow handling from robrsc2004-10-171-2/+2
|
* unused variablersc2004-06-201-1/+0
|
* fix scrollingrsc2004-06-201-4/+5
|
* scrollingrsc2004-06-111-2/+4
|
* Buttons 4 and 5.rsc2004-06-091-2/+6
|
* various bug fixesrsc2004-05-141-1/+4
|
* add rog's chording fix.rsc2004-04-161-7/+7
|
* Let's try this - Dotfiles toggles listing of .* in directory listings.rsc2004-04-081-0/+2
|
* .rsc2004-03-261-1/+1
|
* SunOS can rot in hell.rsc2004-03-261-1/+1
|
* Today's changes.rsc2004-03-251-1/+1
| | | | More changes.
* Fighting the good fight.rsc2004-02-291-7/+43
| | | | | | | | | | | | 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.
* completion, pageup/pagedownrsc2004-02-091-6/+130
|
* More files related to user-level file servers.rsc2003-12-111-0/+1221
Also add acme!