aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/rows.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14acme: save/restore multiline tags in Dump/LoadRuss Cox1-4/+16
The dump substitutes each \n in a multiline tag with a 0xff byte. Since it is not valid UTF it cannot occur in an ordinary dump file. Old acmes will just read it in as an error rune. Fixes #135. Fixes #153.
2018-11-15acme: add 32x32 boxcursorRuss Cox1-1/+1
The only difference from the upscaled 16x16 is a one-pixel adjustment in the offset position, but this at least exercises setcursor2.
2018-03-27acme: fix some memory leaksXiao-Yong Jin1-0/+2
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-0/+1
Bad remote file systems can change mtime unexpectedly, and then there is the problem that git rebase and similar operations like to change the files and then change them back, modifying the mtimes but not the content. Avoid spurious Put errors on both of those by checking file content. (False positive "modified since last read" make the real ones difficult to notice.)
2014-04-30acme: add log file in acme root directoryRuss Cox1-0/+1
Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-3/+1
R=rsc http://codereview.appspot.com/6744053
2010-08-24acme: fix rounding in rows computationRob Pike1-3/+6
R=rsc CC=codebot http://codereview.appspot.com/2007045
2009-11-30acme: fix Load of acme with no windowsFazlul Shahriar1-2/+2
R=rsc CC=codebot http://codereview.appspot.com/161048
2009-07-14mergeRuss Cox1-0/+3
2009-06-09mergeRuss Cox1-2/+3
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: revise multiline tag codeRuss Cox1-17/+6
2007-04-25allow swap of column 0 with othersrsc1-2/+2
2006-03-21Write $-free paths in Dump files (Peter Canning).rsc1-4/+10
2005-12-16add bigtagsrsc1-0/+11
2005-10-31Cleanup in preparation for multiline tags.rsc1-1/+1
2005-05-02fix row dump/load inconsistency - thanks to peter canningrsc1-5/+7
2005-01-27cope with unix ORCLOSErsc1-1/+2
2005-01-27fix rowdump bugrsc1-1/+1
2005-01-14ridiculous precisionrsc1-7/+7
2005-01-14floating percentrsc1-3/+4
2005-01-14checkpointrsc1-9/+9
2004-12-27changes from plan 9rsc1-7/+10
2004-05-14various bug fixesrsc1-1/+3
2003-12-11More files related to user-level file servers.rsc1-0/+731
Also add acme!