aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/draw/tweak.c
Commit message (Collapse)AuthorAgeFilesLines
* all: fix or silence various gcc warningsRuss Cox2020-01-121-1/+1
| | | | | As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-14/+14
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* tweak: add support for Cursor2Russ Cox2018-11-151-30/+78
|
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-2/+2
| | | | | R=rsc http://codereview.appspot.com/6744054
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-4/+4
|
* stupid sunrsc2005-01-141-1/+1
|
* FreeBSD tweaksrsc2004-12-281-3/+3
|
* add -W to specify window size.rsc2004-04-291-1/+15
| | | | various other little fixes.
* move these herersc2004-04-231-0/+2058