summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/xfid.c
Commit message (Collapse)AuthorAgeFilesLines
* acme: shift button 3 for reverse searchRuss Cox2024-06-151-2/+6
| | | | | An experiment. Let's see if it's any good. Also document the Mac conventions in devdraw(3).
* acme: accept paths with spaces in the 'name' ctl messageIgor Burago2022-09-071-1/+1
| | | | | | | | As it is allowed to use spaces in file names set interactively through the tag since 7b1c85f, do not reject names with spaces in the 'name' ctl message either. Fixes #559.
* acme: add font control messageRuss Cox2020-07-181-0/+18
|
* acme: Update tag after receiving menu/nomenu control event (#251)Martin Kühl2019-04-051-0/+2
|
* 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: add log file in acme root directoryRuss Cox2014-04-301-0/+8
| | | | | | | | | | | | | | | | | | | 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: correct writes of runes on auspicious byte boundariesErik Quanstrom2012-10-051-23/+34
| | | | | | R=rsc, r CC=plan9port.codebot http://codereview.appspot.com/6586067
* acme: scrolling fixes + new home/endRuss Cox2011-08-021-2/+10
| | | | | | | | | | | | | | | | | | | 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-11/+3
| | | | | | | | | | | | | | | | 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: add nomenu, menu ctl messagesRuss Cox2008-03-071-0/+8
|
* fix edit pipe bugrsc2006-05-051-2/+27
|
* events buffer need not end in NULrsc2006-02-211-4/+7
|
* add errors filersc2005-01-301-0/+5
|
* remove searching print; check fids in use; handle addr correctly againrsc2005-01-271-1/+7
|
* clean up mkfile; fix winctlprint bug reported by peter canningrsc2005-01-041-5/+9
|
* change md argument to number etc. (which acted only as a flag)rsc2004-10-221-8/+13
| | | | | | | | | | to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
* SunOS can rot in hell.rsc2004-03-261-5/+5
|
* Today's changes.rsc2004-03-251-3/+0
| | | | More changes.
* 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.
* Tweaks to various bits.rsc2003-12-171-0/+1
| | | | | Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
* More files related to user-level file servers.rsc2003-12-111-0/+1046
Also add acme!