Re: [dev] ii: how to process out in a pipeline and still page with less

2022-05-31 Thread Georg Lehner
Hello, Does nobuf(1) help?   http://jdebp.uk/Softwares/djbwares/guide/nobuf.html Note: it tackles exactly the POSIX feature to line buffer output to tty's by providing one to the program in the pipeline, but without using any shared-object magic. Have not used it (yet) though. Best Regards

Re: [dev] Build system: redo

2022-05-31 Thread Georg Lehner
Just a heads up, I tampered around with redo-c. Find it at https://github.com/jorge-leon/redo-c It: - Captures stdout of do files in the target file. - Does not create an empty target if $3 is empty. This allows for "phony" targets and protects against silly mistakes. - Truncates targets

Re: [dev] Suckless CMatrix clone

2022-05-31 Thread LM
On Mon, May 30, 2022 at 11:33 AM Laslo Hunhold wrote: > What functions do you need in the context of Tuxmath? >From what I remember, it just needs to figure out where to do a clean break for text wrapping with internationalized strings. Don't believe it uses the other features of libunistring.