about summary refs log tree commit diff stats
path: root/view.c
Commit message (Expand)AuthorAgeFilesLines
* separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe2006-08-231-1/+1
* separated several functions into view.cAnselm R. Garbe2006-08-221-0/+253
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54