Erik Jansson
Erik Jansson
I think I'm seeing something similar. OS: Windows 10 Typeface/font: Iosevka gVim: 9.1.0 Color theme: gruvbox The ligature starts in a broken state, but eventually fixes itself (mostly) after a...
Hmm, I think I see the problem. `gui_undraw_cursor` in `gui.c` is only expanding the cursor in GTK. This is also why `guiligatures` doesn't actually do anything in Windows gvim. When...
I'm also running into this when trying to pull a repo with some updated LFS files. Adding `GIT_TRACE=1` before `git pull` and I can see that it's getting stuck on:...
No, as far as I know there's no such thing in the GLFW API. You can disable maximization by using a window [hint](https://www.glfw.org/docs/latest/window_guide.html#window_hints) such as `glfwWindowHint(GLFW_RESIZABLE, GLFW_FALSE)` before creating the...
Oh wow, MacOS was one of the platforms I didn't think supported that, my bad :-P. Still though, e.g. on the tiling Linux setup I've got, providing new window hints...
Yeah I got that. It'd be a different story if you were proposing to add widgets :-P. That's why this is a "grey" zone right now. It makes sense to...
Paint.NET is freaking awesome :-) I've been using it since it's first release. Too bad there isn't any support for Linux though (the closest things I've found is Pinta). Yeah,...