fredizzimo
fredizzimo
> The point of a protocol is that it covers more than one consumer. Exactly, that's why I suggest to not use Kitty as the base. And I also mentioned...
The major problem with Kitty is that it's purely meant for terminal applications and Nvim with its UI protocol is not a terminal application. For example, it operates in screen/terminal...
@chipsenkbeil One reason why I was planning to use external marks for Neovide for this, was that they automatically have much of the functionality needed for anchoring and stuff like...
Does the image produced by the CI work? https://github.com/neovide/neovide/actions/runs/10532240735
I don't know, but the builder does this https://github.com/neovide/neovide/blob/8ed544a54446a91747cdb1092d81216affcc0a3f/.github/workflows/build.yml#L173-L227 So ``` cargo build --locked --release --target=aarch64-apple-darwin ./macos-builder/run aarch64-apple-darwin ```
How does this look like with different border styles? I guess the radius can be turned to not clip the borders when using different font sizes.
Thank you! I just tested this, and it works as expected.
My bad, I was reviewing this too quickly today. It does indeed look like it only considers the bounding rect, and not the full silhouette. The previous implementation, as commented...
This is possible to enable on some platforms https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_resize_increments But it can't be enabled by default, since it interacts badly with things like Window snapping and tiling window managers, and...
Sorry, for taking so long with this. I think this is a good change, but I would like to change the default location at the same time. I think it...