Screwtapello
Screwtapello
Also, `libco.h` declares a `co_derive()` function that seems to be missing here. Judging by [the Windows Fibers implementation](https://github.com/higan-emu/libco/blob/94acbce822fb71c76fc470ec27c5212e9b618c49/fiber.c#L27-L30), it should be OK to just write a stub implementation if this...
The `co_swap_function` global variable actually contains program code, not data, so the linker needs to be told to store it in the code segment, not the data segment. In Unixy...
Our new GitHub Actions CI builds and runs our examples on MSVC, so I believe MSVC is now properly supported.
It's been a while since I made this branch, so I don't exactly remember, but if they're not identical to the 2.1 fonts then they're extremely similar. Still, I figured...
Warp Sans is contained in the DSPRES.DLL file. There's also [a fan-made extension of Warp Sans](https://altsan.org/creative/fonts/index.html). I figured for authenticity and provenance purposes, it would be best to be able...
Thanks for looking into it! After the next version of `monobit` is released, I can make a PR for Warp Sans if you don't get to it first. :)
Things came up that prevented me from getting back to this quickly enough, thanks for handling it!
I can drag, say, the link "Zaggy1024" on this page and drop it on the New Tab button or on empty-space in the tab-bar to create a new tab, or...
Ah, right. I parsed "drag and drop text between tabs" as "drag and drop text from one tab to another", but you mean "drop text in the space between tabs"....
> To be restarted if SA_RESTART is set > > SIGTERM Just from that strace snippet, it *looks* like your attempt to `openat()` the FIFO just hangs until the Kakoune...