1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-02-17 15:57:08 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Jacob Evan Shreve
29c037e3c5 Allow URLs to end with trailing slash 2019-05-19 19:24:00 +00:00
Christian Duerr
d934df6c0e
Fix URL detection matching invalid URLs
Fixes #2450.
2019-05-16 21:05:00 +00:00
Christian Duerr
9e89aaa477
Switch from copypasta to rust-clipboard
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 20:21:39 +00:00
Theodore Dubois
dbd8538762 Split alacritty into a separate crates
The crate containing the entry point is called alacritty, and the crate
containing everything else is called alacritty_terminal.
2019-04-28 13:24:58 +00:00
Renamed from src/url.rs (Browse further)