summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2021-02-17main: rototiller_quiesce() before fb_free()Vito Caputo
Make sure there's no outstanding workers potentially scribbling into a page before tearing down the fb and its pages.
2021-02-17rototiller,main: bump rototiller, use new _free() styleVito Caputo
Just an ergonomic improvement, submodule bump and code change done at once to keep things bisectable.
2021-02-16main: remove spurious pasteVito Caputo
vim droppings
2021-02-16src: initial commit of something semi-workingVito Caputo
This deadlocks after a few "Go!" cycles, and the "rtv" module's "snow" doesn't seem to be drawing anything, despite the explicit use of "snow" working fine. I suspect it has to do with the lack of module setup occurring, rtv may have a broken assumption about the snow module always being setup at runtime and no static default compiled in. I didn't go look yet. There's plenty of TODOs and such to take care of, but this looks like a good foundation to potentialy collaborate on and start thinking about how things like libhandy would integrate and what directions things must go to make that workable.
© All Rights Reserved