diff options
author | Wuzzy <almikes@aol.com> | 2016-10-13 01:40:27 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-10-13 01:40:27 +0200 |
commit | 7ba370400955d9e178859b7d8050575e7ef2a0b6 (patch) | |
tree | fc0526365524352ac322c42fbb927e8b9c3b7516 /init.lua | |
parent | 961758039138d0dbc3cd666d4d5217246b9a9771 (diff) |
Write doc for doc.widgets.text
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -339,7 +339,6 @@ end doc.widgets = {} -- Scrollable freeform text --- TODO: Write documentation doc.widgets.text = function(data, x, y, width, height) local baselength = 80 local widget_basewidth = 12 |