| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Split alacritty into a separate crates | Theodore Dubois | 2019-04-28 |
| | | | | | | The crate containing the entry point is called alacritty, and the crate containing everything else is called alacritty_terminal. | ||
| * | Report Windows panics through MessageBox | Matt T. Proud | 2018-12-23 |
| Alacritty is often spawned through the executable on Windows. Since this doesn't allow access to the stderr and crashes on startup are more common on Windows due to the agent, it can be hard to troubleshoot issues. This reports all Alacritty crashes through error popups on Windows, which should resolve the problem of crashing Alacritty instances without any error feedback. | |||