spell-cards.love/0009-teach_text_input

5 lines
94 B
Plaintext

teach_text_input = function(t)
if Cursor_word then
edit.text_input(Cursor_word, t)
end
end