In-progress browser for a directory of text files
indent = function(depth)
	return {type='rectangle', w=depth*Indent, h=0}
end