1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
alacritty/src/grid
Christian Duerr 958a4326a2
Change default URL launchers
The default configuration has been altered to use `xdg-open` to launch
URLs on linux and `open` to do so on macOS. This should allow clicking
on links by default on most systems.

Some changes which were made to the reverse grid iterator have also been
reverted.

Alacritty also doesn't crash anymore when the program specified as
`url_launcher` isn't installed on the system. Instead it will print a
warning to the log.
2018-10-03 03:23:12 +02:00
..
mod.rs Change default URL launchers 2018-10-03 03:23:12 +02:00
row.rs Fix style issues 2018-09-17 23:34:56 +00:00
storage.rs Fix failing test with bench feature 2018-09-29 20:48:24 +00:00
tests.rs Change default URL launchers 2018-10-03 03:23:12 +02:00