summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/cols.c
Commit message (Collapse)AuthorAgeFilesLines
* acme: check file content before declaring file "modified since last read"Russ Cox2017-10-101-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.)
* acme: mouse movement for DelRuss Cox2012-09-231-4/+11
| | | | | | | | | | | | | | | If the mouse was in the tag of the old window, it was most likely pointing at Del. If bringing up a new window from below and not moving the mouse somewhere else, adjust it so that it ends up pointing at Del in the replacement window's tag too. This makes it easy to Del a sequence of windows in a column, from top to bottom. http://www.youtube.com/watch?v=ET8w6RT6u5M R=r http://codereview.appspot.com/6558047
* acme: multiline tag fixesRuss Cox2008-03-071-14/+32
|
* acme: revise multiline tag codeRuss Cox2008-03-071-27/+26
|
* mergeRuss Cox2007-11-271-4/+5
|
* make Load more faithful to original Dump (Peter Canning)rsc2007-03-251-1/+1
|
* various memory errors in acmersc2007-02-111-1/+1
|
* tweaksrsc2006-01-121-2/+2
|
* no printrsc2005-12-161-2/+0
|
* add bigtagsrsc2005-12-161-0/+3
|
* Better window size management.rsc2005-12-161-4/+18
|
* More prep.rsc2005-10-311-3/+3
|
* Cleanup in preparation for multiline tags.rsc2005-10-311-54/+35
|
* better scrollingrsc2005-03-181-0/+3
|
* Various little fixes.rsc2004-03-051-1/+1
|
* completion, pageup/pagedownrsc2004-02-091-0/+1
|
* More files related to user-level file servers.rsc2003-12-111-0/+556
Also add acme!