Export Termbox.Internal module that roughly corresponds to the C library
Changed
Add a few arguments to the action provided to run
Make run throw InitErrors as IO exceptions
Reset output mode to “normal” on shutdown to work around a small bug in termbox.c that retains the output mode across
separate invocations of init/shutdown
Change type of set to construct a Cells rather than an IO ()
Change a few keys into pattern synonyms because they overlap