Screwtapello

Results 285 comments of Screwtapello

It turns out it doesn't actually work - you can `printf 'exec vj' > "$kak_command_fifo"` all you like, but Kakoune doesn't actually repaint the screen until the shell block exits....

There were a couple of reasons I decided to play with `$kak_command_fifo`: - I wanted to find out how annoying synchronous scrolling would be - as you point out, it...

Are you building with gcc in MSYS2? Or some other gcc distribution?

I think cygwin GCC builds executables that can only run in the cygwin environment, while MSYS2 gcc builds executables that run natively on Windows.

It already works, it's just waiting on Mozilla to make extension support on Android more user-friendly.

It's [a bit more complicated than just using a nightly build](https://www.ghacks.net/2020/10/01/you-can-now-install-any-add-on-in-firefox-nightly-for-android-but-it-is-complicated/) but that's the gist of it, yeah.

Adding an ifdef to `libco.h` would definitely make it less pleasantly simple. However, if we're leaving a lot of performance on the table by *not* doing that, maybe we should....

If it's only a header file, don't you get linker-time problems when the same symbol is defined in different translation units? I know C++ has a system to silently deduplicate...

To be clear, #39 tells Valgrind about stacks when they are created. - it does not tell Valgrind about stacks when they are destroyed, but it doesn't seem to matter...

Is this based on the official Vita SDK, or a cleanly reverse-engineered homebrew devkit? If it's based on the official SDK, does this comply with whatever the NDA rules are?...