alacritty/src
Joe Wilm 8566e17860
Fix all trivial compiler warnings
Of note are the `ansi` and `grid` modules becoming public. There are
several bits of unused code in each of these. In the case of `grid`, the
unused parts are generally useful, like some indexing implementations.
In ansi, there are pieces that will be used once the parser is more
complete. In any case, these modules are fairly generic and mostly
usable outside of Alacritty.

Unused cargo packages were also removed.
2016-06-09 08:30:55 -07:00
..
renderer Fix all trivial compiler warnings 2016-06-09 08:30:55 -07:00
ansi.rs Fix all trivial compiler warnings 2016-06-09 08:30:55 -07:00
grid.rs Add support for scrolling regions 2016-06-08 10:39:49 -07:00
list_fonts.rs Fix compiler warnings 2016-02-27 14:45:26 -08:00
macros.rs Initial ANSI parser implementation 2016-05-28 22:09:25 -07:00
main.rs Fix all trivial compiler warnings 2016-06-09 08:30:55 -07:00
meter.rs Add render time meter 2016-05-21 11:08:50 -07:00
term.rs Fix all trivial compiler warnings 2016-06-09 08:30:55 -07:00
text.rs Optimize rendering 2016-06-04 15:30:17 -07:00
tty.rs Fix all trivial compiler warnings 2016-06-09 08:30:55 -07:00
util.rs Fix all trivial compiler warnings 2016-06-09 08:30:55 -07:00