diff --git a/assets/prelude.ld b/assets/prelude.ld index 8907b62..f84b448 100644 --- a/assets/prelude.ld +++ b/assets/prelude.ld @@ -1398,6 +1398,7 @@ fn turtle_listener () -> { (:home!) -> add_command! (self (), (:home)) (:goto!, x as :number, y as :number) -> add_command! (self (), (:goto, (x, y))) (:goto!, (x as :number, y as :number)) -> add_command! (self (), (:goto, (x, y))) + (:clear) -> add_command! (self (), (:clear)) (:show!) -> add_command! (self (), (:show)) (:hide!) -> add_command! (self (), (:hide)) (:loadstate!, state) -> {