aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-28 17:08:28 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-28 17:08:44 -0700
commitdf9a82a9711faf20c705d806fceab5c154b37f4c (patch)
tree7f873b6397772b65ef1c47a8e4db924ed17994af /nomsu_tree.lua
parentd13a945b5f8924c1416ea2bd72212efdb3bebc20 (diff)
Overhaul of command-line API. It's a bit cleaner now.
Diffstat (limited to 'nomsu_tree.lua')
-rw-r--r--nomsu_tree.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/nomsu_tree.lua b/nomsu_tree.lua
index 7c70489..c2d409e 100644
--- a/nomsu_tree.lua
+++ b/nomsu_tree.lua
@@ -359,6 +359,9 @@ Tree("Action", {
nomsu:append(next_space, arg_nomsu)
next_space = "\n.."
end
+ if next_space == " " and #(tostring(nomsu):match("[^\n]*$")) > MAX_LINE then
+ next_space = "\n.."
+ end
end
end
return nomsu