bf.love/0019-on.text_input

5 lines
88 B
Plaintext

on.text_input = function(t)
if Cursor then
edit.text_input(Cursor.editor, t)
end
end