alacritty/src
Joe Wilm d97996e19d Make bindings configurable from alacritty.yml
Bindings were previously hardcoded within input.rs; adding, removing, or
changing a binding required a recompile! Now, bindings may be declared
in alacritty.yml. Even better, bindings are live-reloaded when
alacritty.yml is changed!

One unexpected benefit of this change was that all of the special casing
in input.rs has disappeared.

Conversely, config.rs has gained complexity for all of the
deserialization logic.

Resolves #3.
2016-11-17 17:17:54 -08:00
..
renderer Workaround for cutoff glyphs 2016-11-11 16:51:01 -08:00
ansi.rs Support drawing bold test with bright colors 2016-10-28 09:19:48 -07:00
config.rs Make bindings configurable from alacritty.yml 2016-11-17 17:17:54 -08:00
event.rs Make bindings configurable from alacritty.yml 2016-11-17 17:17:54 -08:00
event_loop.rs Fix alacritty shutdown when shell exits on macOS 2016-11-11 18:02:38 -08:00
grid.rs Make use of `unlikely` intrinsic 2016-09-18 18:17:33 -07:00
index.rs Scrolling v2 2016-08-22 08:37:50 -07:00
input.rs Make bindings configurable from alacritty.yml 2016-11-17 17:17:54 -08:00
macros.rs Move debug macros to macros.rs 2016-07-29 18:16:41 -07:00
main.rs Make bindings configurable from alacritty.yml 2016-11-17 17:17:54 -08:00
meter.rs Add license headers to source files 2016-06-29 20:59:14 -07:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
term.rs Fix test for Cell layout 2016-11-17 17:16:01 -08:00
tty.rs Resolve compiler warnings 2016-09-25 19:33:51 -07:00
util.rs Rustup and update dependencies 2016-10-14 16:38:15 -07:00