alacritty/src
Joe Wilm 02d9c860bb Merge renderer and input handling threads
The extra render thread just resulted in extra complexity. There were
also some startup bugs not resolved with that architecture. Finally,
there was no noticeable performance boost from having the additional
thread.
2016-07-04 08:32:55 -07:00
..
renderer Move ::grid::index to ::index 2016-07-03 21:07:58 -07:00
ansi.rs Fix transpose bug with ansi goto 2016-07-04 08:28:14 -07:00
config.rs Add config file 2016-06-30 09:04:06 -07:00
grid.rs Move ::grid::index to ::index 2016-07-03 21:07:58 -07:00
index.rs Move ::grid::index to ::index 2016-07-03 21:07:58 -07:00
input.rs Move WriteNotifier type into input module 2016-07-02 08:32:28 -07:00
io.rs Improve pty reading and renderer synchronization 2016-07-01 10:34:08 -07:00
macros.rs Add config file 2016-06-30 09:04:06 -07:00
main.rs Merge renderer and input handling threads 2016-07-04 08:32:55 -07:00
meter.rs Add license headers to source files 2016-06-29 20:59:14 -07:00
sync.rs Improve pty reading and renderer synchronization 2016-07-01 10:34:08 -07:00
term.rs Make ansi::Handler methods strongly typed 2016-07-03 21:58:35 -07:00
tty.rs Add license headers to source files 2016-06-29 20:59:14 -07:00
util.rs Add license headers to source files 2016-06-29 20:59:14 -07:00