nsf / termbox

Library for writing text-based user interfaces
http://code.google.com/p/termbox
MIT License
1.97k stars 188 forks source link

implemented buffered writing and got rid of printf bloat #12

Closed rofl0r closed 12 years ago

rofl0r commented 12 years ago

this also removed cmake

if you don't want the makefile changes i can easily cherrypick the other commits into a new branch and start another puller.

rofl0r commented 12 years ago

i just realized that the removal of the CMake stuff might cause problems with the python binding. but then, this should probably be in a separate repo anyway, since termbox is a C library. as such and given the handful of C files, CMake, which requires C++ to be bootstrapped, is definitely overkill. one might want to add the building of a shared object tho, which is necessary for dynamic langs.