Scott Graham
Scott Graham
I suspect Clink and cmdEx wouldn't work well together as they're both futzing around inside cmd in similar ways, so their patches are unlikely to work together. The other problem...
The Ctrl-C patch is here: https://github.com/sgraham/cmdEx/blob/master/src/cmdEx_dll_x86_dll/dll.cc#L1010 It's been a while, but I think the startup time was mostly dominated by unpacking resources (I bundled everything into one .exe for simple...
I was thinking next/prev file, but maybe next/prev hunk would make more sense in this layout.
Not sure, probably stay in current PS? And maybe another key or J/K to go harder to the next one.
Hi, thank you very much for posting these patches! I think the patch for issue#72 needs a small change, otherwise it disallows initialization of char16_t, char32_t and wchar_t strings. I'm...
> When using Wuffs, do you guys have any syntax highlighting? If so, which editor/extension do you use? I want to try Wuffs, but programming without syntax highlighting seems intimidating....
Even separate from the more complex multimon with multiple dpi and multiple resolutions situation, I just wanted to add that I would also really appreciate a "WINDOW_FULLSCREEN_DESKTOP"-style fullscreen. I tried...
Thank you! Yes, I realized I was using the Set/Clear incorrectly later, but forgot to update here. I feel it would still be nice to have an alternate fullscreen mode...
Ah, it's actually in `assign_lvar_offsets()` I think. It might be that https://github.com/rui314/chibicc/blob/90d1f7f199cc55b13c7fdb5839d1409806633fdb/codegen.c#L1333 needs to be `
Oh, but it looks like there's a second problem near this code too! In this case the `c` argument isn't correctly passed. Hmm. ``` int printf(); typedef struct StRegSized {...