Initial attempt at resizing the screen.
authorDavid Griffith <dave@661.org>
Wed, 8 Mar 2017 13:25:15 +0000 (05:25 -0800)
committerDavid Griffith <dave@661.org>
Wed, 8 Mar 2017 13:25:15 +0000 (05:25 -0800)
commit08414b4a3bd89f8f1f16f9d04ce65ca31c69b705
tree447c0bf9343d9f6c466f4cbe83b73a71b10e46cc
parent00b1ac2f2c0d5825051716358c5e09adb0973030
Initial attempt at resizing the screen.

Essentially I just copied stuff from FrotzWnd.cpp from David Kinder's
Windows Frotz codebase.  I don't understand how he's getting the screen
contents to reprint.
src/common/fastmem.c
src/common/screen.c
src/curses/ux_frotz.h
src/curses/ux_init.c
src/curses/ux_screen.c