summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/wind.c
Commit message (Collapse)AuthorAgeFilesLines
* acme: do not redraw body on every tag changeRuss Cox2009-07-151-1/+1
| | | | | | | | fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041
* acme: multiline tag fixesRuss Cox2008-03-071-3/+5
|
* acme: revise multiline tag codeRuss Cox2008-03-071-28/+14
|
* acme: sync against Plan 9, remove -$ optionRuss Cox2008-03-071-214/+10
|
* acme: tag resize nitsRuss Cox2008-03-071-6/+12
|
* fix tags againrsc2007-03-161-14/+3
|
* fix too-aggressive tag redrawrsc2007-03-151-19/+35
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-3/+3
|
* events buffer need not end in NULrsc2006-02-211-1/+1
|
* add chord fix from plan 9rsc2006-02-061-1/+4
|
* more tweaksrsc2006-01-121-8/+15
|
* avoid unnecessary winresize, which flush text cachersc2006-01-121-2/+5
|
* try autoexpand by defaultrsc2005-12-211-0/+2
|
* tag tweakrsc2005-12-161-12/+11
|
* auto-insert second line for expandrsc2005-12-161-0/+6
|
* add bigtagsrsc2005-12-161-0/+25
|
* Better window size management.rsc2005-12-161-1/+6
|
* More prep.rsc2005-10-311-5/+6
|
* Cleanup in preparation for multiline tags.rsc2005-10-311-24/+54
|
* winunlock bugrsc2005-07-281-6/+6
|
* various needed castsrsc2005-07-131-2/+2
|
* better tag handling in dollarsrsc2005-03-181-0/+13
|
* month old bug fix from robrsc2005-03-181-1/+1
|
* Add $foo window names back to acme, enabled with -'$'.rsc2005-03-141-7/+202
| | | | | See the comment in wind.c about why this isn't the right solution.
* clean up mkfile; fix winctlprint bug reported by peter canningrsc2005-01-041-5/+5
|
* autoindent fixes from robrsc2004-09-281-0/+2
|
* add tab size to window ctl filersc2004-04-251-1/+1
|
* undo the madness.rsc2004-04-211-172/+7
|
* $foo in tags - here only for reference.rsc2004-04-211-7/+172
|
* Fighting the good fight.rsc2004-02-291-2/+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.
* completion, pageup/pagedownrsc2004-02-091-0/+5
|
* More files related to user-level file servers.rsc2003-12-111-0/+576
Also add acme!