vysheng

Results 26 comments of vysheng

@BenWiederhake You can change tlo format. But TL uses almost the same serialization and there you'll need to make it compatible.

@hedayat Don't understand. What will you gain from using AUTO_DC_ID? Thx for your pull requests anyway. Please write me in telegram, because I don't open github too often. ( username...

Try to look at telegram-cli or telegram-purple. In telegram-cli look at main.c and loop.c

Ok, this is a simple program, that tries to render the middle of an image. There are two modes: "simple" to allocate a new plane by hand and "child" to...

Also this is code, suitable for unit tests, that checks at least ncvisual_geom. Rcelly/rcellx are incorrect, i expect to get 10x40, but get 20x40 ``` #include #include #include void wait_sleep(struct...

I found out, that I only fixed code in visual.c, but there are similar places in direct.c ( ncdirectf_render and ncdirectf_geom, for example). Not sure, if begy/begx need to be...