Joe Wilm
Joe Wilm
Can you elaborate on slow? The window size changes shape pretty smoothly on my laptop, but we don't actually draw during resize on macOS as of today. I think there...
oh wow that's wild. I'm on an older version of macOS. Are you on high sierra as well, @jedahan ?
We've had a few isolated reports of this since the issue was originally "fixed". It's to the point I can no longer reproduce, but I am happy to advise you...
Thanks for the feedback so far! @sodiumjoe > This looks great, and would address all the issues I have. I personally prefer the more verbose approach. Glad to hear that....
Sounds reasonable
@mishchea it should just be "\x1b" followed by the character. For instance: ``` - { key: T, mods: Command, chars: "\x1bt", } ```
I'm hoping to have a Vulkan renderer at some point, but OpenGL made sense as an initial target since it's supported everywhere Alacritty cares about.
Thanks for putting this together! I've been wanting to do some benchmark work. There were a few problems with your test setup. I opened a PR. That said, the results...
I've done some minimal optimization effort in #8. When I've got a bit more time, I plan to look into Björn Höhrmann's article mentioned by @carl-erwin to see if we...
Any chance this will land soon? We are eagerly awaiting the new version. :smile: