Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-23 | acme: mouse movement for Del | Russ Cox | 1 | -2/+8 | |
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-07 | acme: sync against Plan 9, remove -$ option | Russ Cox | 1 | -7/+2 | |
2007-08-22 | acme: fix memory leak in warning (Michael Teichgräber) | Russ Cox | 1 | -0/+1 | |
2005-07-13 | exit gracefully on error | rsc | 1 | -1/+1 | |
2005-01-30 | add errors file | rsc | 1 | -0/+43 | |
2004-12-27 | changes from plan 9 | rsc | 1 | -1/+1 | |
2004-11-15 | allow last column to be deleted | rsc | 1 | -8/+0 | |
2004-04-21 | undo the madness. | rsc | 1 | -1/+0 | |
2004-04-21 | $foo in tags - here only for reference. | rsc | 1 | -0/+1 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -0/+10 | |
2004-03-25 | Today's changes. | rsc | 1 | -5/+18 | |
More changes. | |||||
2004-03-05 | Unfix non-bug. | rsc | 1 | -1/+1 | |
2004-03-05 | Amazingly picky bug fixes from Valgrind. | rsc | 1 | -2/+2 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -46/+84 | |
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-11 | More files related to user-level file servers. | rsc | 1 | -0/+395 | |
Also add acme! |