This is the fork of termbox-next. I use it as a sandbox for terminal command and control as it relates to processing keyboard input, interpretation of terminal commands, and screen drawing.
It was a fork of an older library, termbox. Users grew discontent with its evolution and forked it in order to take it in the right place. See all about it in that project's REAMDE.
I removed all support for mouse input processing code because I don't care about it. I refactored a good deal of ad-hoc code and I removed reliance on "well-known" terminals. The working principle was to remove all non-essential pieces (this included the "ALT" input mode).
Re-design and implementation of input processing and public interface.
I took it and made it mine so I could play with it.