sokoban.love/0075-clear_pane

5 lines
139 B
Plaintext
Raw Normal View History

2023-11-21 06:23:09 +00:00
clear_pane = function()
edit.clear(Current_pane.editor_state)
edit.clear(Current_pane.output_editor_state)
Current_pane.canvas = nil
2023-11-21 06:23:09 +00:00
end