aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/dat.h
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-61/+61
| | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however.
* acme: shift button 3 for reverse searchRuss Cox2024-06-151-0/+1
| | | | | An experiment. Let's see if it's any good. Also document the Mac conventions in devdraw(3).
* acme: allow larger paste amountsRuss Cox2023-01-061-1/+1
|
* acme: add 32x32 boxcursorRuss Cox2018-11-151-0/+1
| | | | | | The only difference from the upscaled 16x16 is a one-pixel adjustment in the offset position, but this at least exercises setcursor2.
* acme: check file content before declaring file "modified since last read"Russ Cox2017-10-101-3/+4
| | | | | | | | | | | | | 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: add log file in acme root directoryRuss Cox2014-04-301-1/+6
| | | | | | | | | | | | | | | | | | | 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
* acme, sam: handle >1GB files correctlyRuss Cox2014-03-131-2/+2
| | | | | TBR=rsc https://codereview.appspot.com/74060043
* acme: retina scaling for scroll bars, buttonRuss Cox2012-11-261-4/+6
| | | | | R=rsc http://codereview.appspot.com/6854094
* acme: add $acmeshell to control execution shellMarius Eriksen2012-10-211-0/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
* acme: mouse movement for DelRuss Cox2012-09-231-0/+1
| | | | | | | | | | | | | | | 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: scrolling fixes + new home/endRuss Cox2011-08-021-0/+1
| | | | | | | | | | | | | | | | | | | Home and End previously navigated between two different window locations: the top and the bottom of the text. Now they include a third waypoint: the location where typing last happened. Thus, in a win window, typing ls -l <home> scrolls to the beginning of the ls -l output. A second <home> continues to the top of the file. Makes Send scroll always, along with writes by external programs to +Errors. R=r CC=mccoyst http://codereview.appspot.com/4830051
* 9term, acme: autoscrollRuss Cox2011-04-271-1/+0
| | | | | | | | | | | | | | | | Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060
* acme: correct modified message after initial load; more detail inRuss Cox2009-09-251-2/+2
| | | | | | message http://codereview.appspot.com/123051
* acme: angle bracket tag matching, for XML, HTML etcRuss Cox2009-07-261-0/+1
| | | | http://codereview.appspot.com/98042
* acme: add -m option and avoid looking in the mirrorRuss Cox2008-04-171-0/+1
|
* acme: make STACK bigger for OS X (David Swasey)Russ Cox2008-01-101-1/+1
|
* fix edit pipe bugrsc2006-05-051-0/+3
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-8/+8
|
* more tweaksrsc2006-01-121-0/+1
|
* Cleanup in preparation for multiline tags.rsc2005-10-311-2/+6
|
* unused neditwrselrsc2005-03-231-1/+0
|
* garbage collectionrsc2005-03-181-1/+0
|
* Add $foo window names back to acme, enabled with -'$'.rsc2005-03-141-0/+1
| | | | | See the comment in wind.c about why this isn't the right solution.
* add errors filersc2005-01-301-0/+1
|
* os x changesrsc2005-01-111-0/+3
|
* add -r flag to reverse scrolling behavior.rsc2005-01-101-0/+1
| | | | from peter canning.
* clean up mkfile; fix winctlprint bug reported by peter canningrsc2005-01-041-1/+1
|
* changes from plan 9rsc2004-12-271-1/+1
|
* change md argument to number etc. (which acted only as a flag)rsc2004-10-221-0/+2
| | | | | | | | | | to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
* Buttons 4 and 5.rsc2004-06-091-1/+6
|
* oldorg was bad idearsc2004-04-191-3/+0
|
* various little bug fixesrsc2004-04-191-0/+3
|
* Let's try this - Dotfiles toggles listing of .* in directory listings.rsc2004-04-081-0/+1
|
* Today's changes.rsc2004-03-251-0/+1
| | | | More changes.
* Small tweaksrsc2004-03-211-2/+0
| | | | Lots of new code imported.
* Fighting the good fight.rsc2004-02-291-1/+4
| | | | | | | | | | | | 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.
* More files related to user-level file servers.rsc2003-12-111-0/+546
Also add acme!