A cross-platform, OpenGL terminal emulator.
Go to file
Joe Wilm d28a734473 Refactor bindings and fix binding tests
The somewhat redundant KeyBinding and MouseBinding types were removed in
favor of a Binding<T> type. This allows all binding code to be reused
for both scenarios.

The binding tests were fixed by only asserting on `is_triggered_by()`
instead of checking that the action escape sequence was delivered
properly.
2016-12-26 19:00:27 -05:00
copypasta Implement copypasta::Store for macOS pasteboard 2016-12-24 18:08:46 -05:00
docs Add Summary of ANSI standards for ASCII terminals 2016-05-28 08:39:36 -07:00
font Misc formatting fixes 2016-12-16 22:48:04 -08:00
res Live shader reloading is now a feature 2016-10-27 08:43:23 -07:00
scripts Add script for creating flamegraph with perf 2016-10-08 21:30:21 -07:00
src Refactor bindings and fix binding tests 2016-12-26 19:00:27 -05:00
tests add fish_cc ref 2016-12-16 18:39:51 +08:00
.gitignore Add script for creating flamegraph with perf 2016-10-08 21:30:21 -07:00
.travis.yml Update nightly pin on travis 2016-12-11 20:26:33 -08:00
Cargo.lock Rustup and clippy 2016-12-16 22:13:51 -08:00
Cargo.toml Rustup and clippy 2016-12-16 22:13:51 -08:00
LICENSE-APACHE Add license headers to source files 2016-06-29 20:59:14 -07:00
README.md Add README.md 2016-11-19 21:51:48 -08:00
TASKS.md Update task list 2016-06-06 14:59:45 -07:00
alacritty.yml Fix mouse bindings 2016-11-19 21:49:23 -08:00
build.rs Add license headers to source files 2016-06-29 20:59:14 -07:00
rustc-version Rustup and clippy 2016-12-16 22:13:51 -08:00

README.md

Alacritty

Build Status