Adam
Adam
Hi Grigory, thanks for the review. I haven't forgot about your comment, just haven't had time yet to review it.
Thank you @txgk. I'm not personally convinced as I think the debugging scenarios you illustrate could be investigated in higher fidelity via strace or dtrace. For example, the terminfo search...
Thanks for the additional example. I remain on the fence about it, not because I don't think it's useful, but because I'm trying to keep a close guard on the...
https://github.com/termbox/termbox2/pull/127 proposes a new variadic init function `tb_init_ex` which we could extend to accept a log function, custom allocator functions, escape code handlers, etc without adding lots of setter functions...