Nathan Lilienthal

Results 241 comments of Nathan Lilienthal

@chrisbouchard FWIW, I am interested in testing this out, I just haven't had time yet. There's no need to rush this feature through. Sorry if I contributed to the tone...

I too would like to see a configuration option. However I'm not sure exactly how we should expose this. macOS has the "Automatic graphics switching" system preference, which enables the...

IDK if this has been mentioned, but since Alacritty is really only concerned with monospace fonts and `fontconfig` can't really differentiate non-monospace vs monospace fonts, I think I'd like a...

With respect to the "Cascading and priority" section, I think what I'm proposing here (no fontconfig fallback at all) could be an option. The advantage to this option however would...

> I feel like usually any glyph is better than nothing, right? That's an interesting question. I'm not sure I agree. A broken font in the fallback could overlap with...

Worth a read over. Android seems the most complete atm. https://github.com/linebender/skribo/blob/master/docs/script_matching.md

As a good test case for some of this font configuration work, I'd expect this command (from the [pastel tool](https://github.com/sharkdp/pastel)) to produce better images: `pastel color red`. Currently, it looks...

On a related note, to allow proper scaling of glyphs when `offset` is used, we may want to avoid `px` offsets, but instead use something like percentages.

I personally want nothing to do with smooth scrolling, and will disable this feature if implemented. That said, I could see scrolling the scrollback buffer "smoothly" being nicer for some...

Well theoretically any animation like this is going to "cost" something, both at runtime, and in code complexity. That's not to say it couldn't be done well. I can see...