aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/fns.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-23acme: mouse movement for DelRuss Cox1-1/+2
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: remove -$ prototypesRuss Cox1-3/+0
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox1-0/+2
2005-12-16Better window size management.rsc1-1/+1
2005-03-14Add $foo window names back to acme, enabled with -'$'.rsc1-0/+3
See the comment in wind.c about why this isn't the right solution.
2005-01-30add errors filersc1-0/+1
2004-10-22change md argument to number etc. (which acted only as a flag)rsc1-1/+1
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
2004-04-21undo the madness.rsc1-3/+0
2004-04-21$foo in tags - here only for reference.rsc1-0/+3
2004-04-19clean up when finished.rsc1-0/+2
2004-03-26SunOS can rot in hell.rsc1-0/+1
2004-03-25Today's changes.rsc1-1/+4
More changes.
2004-03-21Small tweaksrsc1-0/+1
Lots of new code imported.
2004-02-29Fighting the good fight.rsc1-2/+3
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/+92
Also add acme!