fredizzimo
fredizzimo
I didn't see this until now, but I have also started to look into getting LCD support. So far I haven't done much though, I have added a submodule for...
The LCD is working now. But I haven't made it react to keyboard layer changes for example yet. I don't think that will take long, so I will probably have...
I didn't have as much time as I thought, and I did some more LCD stuff, like an easy to use animation system, and a user file that is easy...
Hi, I now have a first working alpha version of the serial connectivity. The two keyboard halves can communicate with each other, everything appears to work, and you can type...
It does not seem to completely hang, but it takes a long time to fill. And when it does it fills all the possible commands that you can run. So...
I don't think this is a conpty bug, the windows terminal does not have the issue. However, Alacritty with the latest OpenConsole.exe using https://github.com/alacritty/alacritty/pull/4501, still has the issue. I'm not...
Yes, the windows terminal strips the carriage return characters., see here https://github.com/microsoft/terminal/blob/ed87689c048e7d41ff28684d171f77ba9cb579f2/src/interactivity/win32/Clipboard.cpp#L147. And I think it does it even when the target is `cmd` or `powershell`, at least I don't...
It's most likely dependent on the order, If you have `set guifont` after or before `g:neovide_font_subpixel_antialiasing`
The situation is a bit tricky. Some options like `multigrid`, paths to nvim and so on, absolutely needs to be set before connecting to Neovim. Currently these are set by...
I know nothing about Snaps, but I'm quite sure that we need to add `libwayland-egl1` here https://github.com/neovide/neovide/blob/3efc3c1759c80368090e8f747b188b2155ea68f0/snap/snapcraft.yaml#L93-L109 Edit: I also think that the dev packages there should be replaced by...