pothi.love/0141-indent

3 lines
76 B
Plaintext
Raw Normal View History

indent = function(depth)
return {type='rectangle', w=depth*Indent, h=0}
end