aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/cols.c
AgeCommit message (Collapse)AuthorFilesLines
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-11-13acme: avoid division by zero when resizing col (#189)Fazlul Shahriar1-2/+6
To reproduce, create a column with at least two windows and resize acme to have almost zero height.
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.)
2012-09-23acme: mouse movement for DelRuss Cox1-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
2008-03-07acme: multiline tag fixesRuss Cox1-14/+32
2008-03-07acme: revise multiline tag codeRuss Cox1-27/+26
2007-11-27mergeRuss Cox1-4/+5
2007-03-25make Load more faithful to original Dump (Peter Canning)rsc1-1/+1
2007-02-11various memory errors in acmersc1-1/+1
2006-01-12tweaksrsc1-2/+2
2005-12-16no printrsc1-2/+0
2005-12-16add bigtagsrsc1-0/+3
2005-12-16Better window size management.rsc1-4/+18
2005-10-31More prep.rsc1-3/+3
2005-10-31Cleanup in preparation for multiline tags.rsc1-54/+35
2005-03-18better scrollingrsc1-0/+3
2004-03-05Various little fixes.rsc1-1/+1
2004-02-09completion, pageup/pagedownrsc1-0/+1
2003-12-11More files related to user-level file servers.rsc1-0/+556
Also add acme!