aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/dat.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-07Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-0/+1
2018-11-15acme: add 32x32 boxcursorRuss Cox1-0/+1
The only difference from the upscaled 16x16 is a one-pixel adjustment in the offset position, but this at least exercises setcursor2.
2017-10-16Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-3/+4
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-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.)
2017-05-11Add support for tab expansion (because everyone else is stupid and I am ↵Petter Rodhelind1-0/+1
forced to follow along) Tab expansion inserts spaces instead of TAB character. Number of spaces is dependent upon your current tab stop setting, which can be changed by running "Tab n". As of now, it's not possible to turn it on and off during runtime. You can however see whether it's compiled or not by executing the command "Tabexpand". The console will show either 1 or 0. This will be taken care of in a later commit.
2014-04-30acme: add log file in acme root directoryRuss Cox1-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
2014-03-13acme, sam: handle >1GB files correctlyRuss Cox1-2/+2
TBR=rsc https://codereview.appspot.com/74060043
2012-11-26acme: retina scaling for scroll bars, buttonRuss Cox1-4/+6
R=rsc http://codereview.appspot.com/6854094
2012-10-21acme: add $acmeshell to control execution shellMarius Eriksen1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
2012-09-23acme: mouse movement for DelRuss Cox1-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
2011-08-02acme: scrolling fixes + new home/endRuss Cox1-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
2011-04-279term, acme: autoscrollRuss Cox1-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
2009-09-25acme: correct modified message after initial load; more detail inRuss Cox1-2/+2
message http://codereview.appspot.com/123051
2009-07-26acme: angle bracket tag matching, for XML, HTML etcRuss Cox1-0/+1
http://codereview.appspot.com/98042
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox1-0/+1
2008-01-10acme: make STACK bigger for OS X (David Swasey)Russ Cox1-1/+1
2006-05-05fix edit pipe bugrsc1-0/+3
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-8/+8
2006-01-12more tweaksrsc1-0/+1
2005-10-31Cleanup in preparation for multiline tags.rsc1-2/+6
2005-03-23unused neditwrselrsc1-1/+0
2005-03-18garbage collectionrsc1-1/+0
2005-03-14Add $foo window names back to acme, enabled with -'$'.rsc1-0/+1
See the comment in wind.c about why this isn't the right solution.
2005-01-30add errors filersc1-0/+1
2005-01-11os x changesrsc1-0/+3
2005-01-10add -r flag to reverse scrolling behavior.rsc1-0/+1
from peter canning.
2005-01-04clean up mkfile; fix winctlprint bug reported by peter canningrsc1-1/+1
2004-12-27changes from plan 9rsc1-1/+1
2004-10-22change md argument to number etc. (which acted only as a flag)rsc1-0/+2
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
2004-06-09Buttons 4 and 5.rsc1-1/+6
2004-04-19oldorg was bad idearsc1-3/+0
2004-04-19various little bug fixesrsc1-0/+3
2004-04-08Let's try this - Dotfiles toggles listing of .* in directory listings.rsc1-0/+1
2004-03-25Today's changes.rsc1-0/+1
More changes.
2004-03-21Small tweaksrsc1-2/+0
Lots of new code imported.
2004-02-29Fighting the good fight.rsc1-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.
2003-12-11More files related to user-level file servers.rsc1-0/+546
Also add acme!