Try to use text input where appropriate.
authorTimo Korvola <tkorvola@iki.fi>
Mon, 26 Mar 2018 22:57:47 +0000 (01:57 +0300)
committerTimo Korvola <tkorvola@iki.fi>
Wed, 28 Mar 2018 16:40:31 +0000 (19:40 +0300)
commit5a23a0a6a0062bf21a41b510457af2a729c09ea5
tree3ea113de083132906af032df314726366deef7c2
parent2548f76b7c1ef00ef68b7d8120a5dd42bffa339c
Try to use text input where appropriate.

os_read_key uses text input because it may be called from Z-code,
which expects to be able to read characters.  More prompts etc.
do not use text input.
src/sdl/sf_frotz.h
src/sdl/sf_osfdlg.c
src/sdl/sf_resource.c
src/sdl/sf_util.c
src/sdl/sf_video.c