alacritty/src
Joe Wilm 3b7c7377c9 Refactor input processing to take action context
Various functions take some permutation of the current selection, the
terminal, and a notifier. Instead of having to juggle some number of
arguments everywhere, the `ActionContext` is constructed and then passed
around.
2016-12-25 18:54:01 -05:00
..
renderer Misc formatting fixes 2016-12-16 22:48:04 -08:00
term Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
ansi.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
cli.rs Display manages window, renderer, rasterizer 2016-12-11 20:23:41 -08:00
config.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
display.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
event.rs Refactor input processing to take action context 2016-12-25 18:54:01 -05:00
event_loop.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
grid.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
index.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
input.rs Refactor input processing to take action context 2016-12-25 18:54:01 -05:00
lib.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
macros.rs Rustup and clippy 2016-12-16 22:13:51 -08:00
main.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
meter.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
selection.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Rustup and clippy 2016-12-16 22:13:51 -08:00
util.rs Remove dead code 2016-12-16 22:52:38 -08:00
window.rs Rustup and clippy 2016-12-16 22:13:51 -08:00