Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-28 | Fix mouse mode generate events without cell change | Christian Duerr | |
2019-04-28 | Fix spelling mistakes | JDTX | |
2019-04-28 | Switch from copypasta to rust-clipboard | Christian Duerr | |
This switches our own `copypasta` crate with the more standardized `clipboard` library, which allows us to get rid of the `xclip` dependency on X11. Additionally, this lays the foundation for native Wayland clipboard support once the clipboard crate is updated (or a fork is created). Fixes #5. | |||
2019-04-28 | Set _NET_WM_ICON on X11 | Kirill Chibisov | |
2019-04-28 | Fix double-width characters in URLs only highlighting halfway | Elaina Martineau | |
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. |