termbox_simple 0.1.0

A hacked version of termbox (see README)
Documentation

This is a modified (simplified) version of termbox, with Rust bindings.

Main differences are:

  • All input and signal handling removed (including SIGWINCH). For now resizing should be done manually by setting buffer_size_change_request.

  • Some input handling related files and functions are removed.

  • utf8-related functions are removed.

(Based on 7f7694)

1/7/2017:

  • Built-in terminal functions removed. All functions are now read from terminfo.

  • Support for terminal focus events implemented.