mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
A cross-platform, OpenGL terminal emulator.
ce32eee099
There's now a ColorList type that provides strongly typed indexing for not only usize but NamedColor as well. Previously, the `NamedColor` was casted to a `usize` when indexing the colors. Additionally, only one copy of the ColorList needs to exist;it's borrowed from the `Config` when rendering, and the renderer doesn't need a copy. |
||
---|---|---|
copypasta | ||
docs | ||
font | ||
res | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
alacritty.yml | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE-APACHE | ||
README.md | ||
rustc-version | ||
TASKS.md |