| 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. | ||
| * | Fixing tabs in copy-paste | Steve Blundy | 2018-12-15 |
| | | | | | | | | | | | This resolves issues with copy-pasting tabs by including them in the pasted string. Selection of tabs is still inconsistent with what might be expected based on other terminal emulators, however the behavior hasn't regressed. This fixes https://github.com/jwilm/alacritty/issues/219. | ||
| * | Add ref test for tab rendering | Joe Wilm | 2017-04-04 |