Changes to common code for non latin unicode
authorBill Lash <william.lash@gmail.com>
Mon, 20 May 2019 04:35:36 +0000 (23:35 -0500)
committerBill Lash <william.lash@gmail.com>
Mon, 20 May 2019 04:35:36 +0000 (23:35 -0500)
commitaa9a37f9ea8af1aae8b2f1b725b1df76d57bba26
treeaf61f75262fc5e272c62c284b490ceb74c29a9d9
parent7c0ccb8dffbe90f9a62cc176985921dae05aa69a
Changes to common code for non latin unicode

Note that this changes signatures for several os_ functions which
means nothing  outside of common will compile.

Also added changes for 2 of the 3 needed curses files that I feel
fairly confident in.  The ux_input.c is left out of this commit
because it is much more problematic.
src/common/buffer.c
src/common/files.c
src/common/frotz.h
src/common/input.c
src/common/redirect.c
src/common/screen.c
src/common/text.c
src/curses/ux_init.c
src/curses/ux_text.c