Set h_config and h_flags properly concerning graphics in curses.
authorDavid Griffith <dave@661.org>
Mon, 22 Jul 2019 00:38:34 +0000 (17:38 -0700)
committerDavid Griffith <dave@661.org>
Mon, 22 Jul 2019 00:40:43 +0000 (17:40 -0700)
commitbd3a42878a29cc88eb65c0fce819be57a476473a
treea1c4f63722c0517cfab1421c67498ee8d8d38f68
parent8163ad0fe794278ed85b1852063778ad665ca78d
Set h_config and h_flags properly concerning graphics in curses.

I noticed this was being done in the old V6 semi-support for the dumb
interface.  For some reason, Alembic didn't see fit to copy it over to
when he submitted his V6 semi-support for the curses interface.

This should probably be done for SDL as well.
src/curses/ux_pic.c