A flashcard app for drilling on spellings of words based on audio recordings
teach_text_input = function(t)
	if Cursor_word then
		edit.text_input(Cursor_word, t)
	end
end