Added
- You can now set the `TCOD_RENDERER` and `TCOD_VSYNC` environment variables to
force specific options to be used.
Example: ``TCOD_RENDERER=sdl2 TCOD_VSYNC=1``
Changed
- `TCOD_sys_set_renderer` now returns an error status.
- `TCODSystem::setRenderer` will now throw instead of terminating on an error.
- `TCOD_console_init_root` and `TCOD_sys_set_renderer` are now no-discard.
Fixed
- `TCOD_console_map_ascii_code_to_font` functions will now work when called
before `TCOD_console_init_root`.