make SUPER: not a screen line

This commit is contained in:
2023-05-16 14:38:35 -06:00
parent 351237271f
commit 1df2ba1cce

View File

@@ -56,6 +56,7 @@
"*" ""))\n"))
(function isScreenLine [:String block]
(when (block.startsWith "SUPER:") (return false))
(= 1 .length (filter (block.split "\n"))))
(function doWithCharacters [:String thing :String args]