Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-11 | Fix cursor only showing up over left half of wide characters | Elaina Martineau | |
2019-05-10 | Refactor config parsing files | Christian Duerr | |
This is a large refactor of the config parsing structure, attempting to reduce the size of the file a bit by splitting it up into different modules with more specific purposes. This also fixes #2279. | |||
2019-04-28 | Split alacritty into a separate crates | Theodore Dubois | |
The crate containing the entry point is called alacritty, and the crate containing everything else is called alacritty_terminal. |