broadsheet.love/0007-on.text_input

4 lines
102 B
Plaintext

on.text_input = function(t)
edit.text_input(Editors[1], t, --[[readonly]] true)
resync_editors()
end