summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/cols.c
Commit message (Collapse)AuthorAgeFilesLines
* Custom shortcuts and other minor changespatchbt2026-02-241-4/+1
|
* make sure border has correct heightAndriy Symonovych2022-07-261-1/+1
|
* acme: Don't move the mouse if button depressedBen Huntsman2022-07-261-1/+4
| | | | Fixes #19
* acme: scale window bodies on resize, not including tag spaceRuss Cox2020-03-301-3/+5
| | | | This avoids reopening collapsed windows after a large vertical resize.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-6/+6
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* acme: add 32x32 boxcursorRuss Cox2018-11-151-1/+1
| | | | | | The only difference from the upscaled 16x16 is a one-pixel adjustment in the offset position, but this at least exercises setcursor2.
* acme: avoid division by zero when resizing col (#189)Fazlul Shahriar2018-11-131-2/+6
| | | | To reproduce, create a column with at least two windows and resize acme to have almost zero height.
* 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!