diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-06-08 02:09:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 02:09:07 +0000 |
commit | 3c7a9601210cf5c982737d838b60b62f0ce1c9f0 (patch) | |
tree | 74c077e4d279823cce79b63dcc8fa24be899e1ea /alacritty.yml | |
parent | 3233ede028647cede40c661a35507fc7baf22b21 (diff) | |
download | alacritty-3c7a9601210cf5c982737d838b60b62f0ce1c9f0.tar.gz alacritty-3c7a9601210cf5c982737d838b60b62f0ce1c9f0.zip |
Cleanup window.rs imports
The window.rs imports have been extremely messy due to heavy
platform-specific import usage. While some of them are just stray
imports for a single platform, a lot of these are specific to Linux/BSD.
To make these a little easier to read and maintain, the Linux/BSD
specific imports were grouped together, since this allows us to just
have a single platform annotation.
Most of our imports follow the order of how relevant and foreign these
imports are to Alacritty, putting our own frequently used imports at the
far bottom and STD with things people usually don't need to care about
at the top. Since platform specific imports are generally important to
fewer people, I've decided to put them before all the other imports
rather than behind them.
Diffstat (limited to 'alacritty.yml')
0 files changed, 0 insertions, 0 deletions