Added
- New keyboard enums:
- `tcod.event.KeySym`
- `tcod.event.Scancode`
- `tcod.event.Modifier`
- New functions:
- `tcod.event.get_keyboard_state`
- `tcod.event.get_modifier_state`
- Added `tcod.console.rgb_graphic` and `tcod.console.rgba_graphic` dtypes.
- Another name for the Console array attributes: `Console.rgb` and `Console.rgba`.
Changed
- Using `libtcod 1.17.0`.
Deprecated
- `Console_tiles_rgb` is being renamed to `Console.rgb`.
- `Console_tiles` being renamed to `Console.rgba`.
Fixed
- Contexts now give a more useful error when pickled.
- Fixed regressions with `tcod.console_print_frame` and `Console.print_frame`
when given empty strings as the banner.