On Tue, Jul 22, 2014 at 12:58 PM, Stephan Beal <[email protected]> wrote:
> On Tue, Jul 22, 2014 at 12:54 PM, Gour <[email protected]> wrote: > >> Have you ever thought about termbox: >> >> https://code.google.com/p/termbox/ ? >> > > Wasn't aware of it until now, but i am certainly looking at it now. Thanks! > MUCH easier than curses, it would seem, and a wider range of display colors. Isn't as portable, but it only needs to be portable to Unix platforms. It doesn't appear to support anything but cell-level modifications (no higher level structs like curses "PAD"), but it seems to have enough that it would be easy to build such things on top of it. And only 12 functions in its API! Compare that with over 200 in curses! Even handles terminal resizing. Thanks again, Gour! -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

