Commit Briefs

Omar Polo

fix a case of use-after-free in parser_set_buf

p->buf and buf almost always overlap. This means that once we free(p->buf), buf becomes invalid. It probably never crashed on memcpy since because the buffer is almost always quite small.


Omar Polo

fixed strtonum prototype

found by cage_: thanks!





Omar Polo

mkdir ~/.telescope on startup




Omar Polo

fmt + avoid possible errors


Omar Polo

include compat, not config


Omar Polo

typo


Omar Polo

typo


Omar Polo

yet another image update

in the last one I forgot the tabs...


Omar Polo

screenshot updated (again) (github/main, op/main)

hopefully the last update for a while


Omar Polo

mention tofu in the readme