mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
A cross-platform, OpenGL terminal emulator.
23e36f1925
ANSI escape sequences like `\x1b[48;5;10m` were not supported until now. Specifically, the second attribute, 5, says that the following attribute is a color index. The ref tests were updated since `enum Color` variants changed. |
||
---|---|---|
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 |