1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-04-21 18:02:37 -04:00
A cross-platform, OpenGL terminal emulator.
Find a file
Joe Wilm b84eb9e921
Add a Grid
The grid holds the state of the terminal with row-major ordering.
Eventually, the grid::Cell type will hold other attributes such as
color, background color, decorations, and weight.

An initialization list is added for common ASCII symbols.
2016-04-10 16:25:05 -07:00
res Implement per vertex struct 2016-02-27 13:08:39 -08:00
src Add a Grid 2016-04-10 16:25:05 -07:00
.gitignore Initialize new cargo binary project 2016-02-21 08:15:41 -08:00
.travis.yml Add test font for travis 2016-02-21 19:56:31 -08:00
Cargo.lock Rasterizer uses DPI from Glutin 2016-02-27 20:26:31 -08:00
Cargo.toml Rasterizer uses DPI from Glutin 2016-02-27 20:26:31 -08:00
LICENSE-APACHE Add license 2016-02-23 20:59:31 -08:00
TASKS.md Start tracking some tasks 2016-02-27 22:37:00 -08:00