aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/draw/tweak.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12all: fix or silence various gcc warningsRuss Cox1-1/+1
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2018-11-15tweak: add support for Cursor2Russ Cox1-30/+78
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-2/+2
R=rsc http://codereview.appspot.com/6744054
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-4/+4
2005-01-14stupid sunrsc1-1/+1
2004-12-28FreeBSD tweaksrsc1-3/+3
2004-04-29add -W to specify window size.rsc1-1/+15
various other little fixes.
2004-04-23move these herersc1-0/+2058