I'd like to report that the 1.10.2 release broke shortucts using the alt key in kakoune
I'm posting here rather than opening a new issue because I believe this to...
I agree that it's easy to go overboard, but I don't think using them sparingly is that much of a burden. There are 44 instances of
(un)?likelyin the codebase already:git grep...
What am I smoking? We already have asciinema to record and replay input. :D
I'll record an entire terminal session tomorrow.
My 2¢: I'd expect manually inserting attributes to have a higher performance ceiling, but maintaining them sounds like a deathwish to me. What if some dependency changes, and a previously expensive...
I think creating a dummy backend taht uses both vt.c and csi.c is the correct option. You'd then compile this with PGO=generate and then compile foot with PGO=use like it is now, and GCC should pick up the files it generated with the fake backend, since .pgo files are generated per C file.
I'm going through the source code to get more familiar with it, so I can maybe implement this.