Revision history for Termbox

0.0.2    2020-03-24 20:20:27+00:00 Europe/London

  + New:
    - Added this change log :P
    - Add binding for tb-cell-buffer. Returns a pointer
      to the internal back buffer of Termbox::Cell structs.
    - Added a port of the 'keyboard' example program

  + Changes:
    - [BREAKING] Remove tb-utf8-char-length function
    - Termbox::Cell objects now have mutable attributes

  + Fixes:
    - Added a workaround for an issue with detecting
      some input events, including mouse clicks and
      "function" keys (eg. F1-12, arrow keys, etc).
    - Completed the port of the 'paint' example program.

0.0.1    2020-03-16 23:22:45+00:00 Europe/London

  * Initial release
