alacritty/src
Joe Wilm 5c79c117a2 Fix resizing on macOS
terminal.resize was not being called. Additionally, it was being called
too much on other platforms (resize events were completely coalesced).
2016-07-04 09:43:41 -07:00
..
renderer Move ::grid::index to ::index 2016-07-03 21:07:58 -07:00
ansi.rs Add support for application keypad mode 2016-07-04 09:19:48 -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 Correctly handle Backspace and Delete 2016-07-04 09:26:50 -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 Fix resizing on macOS 2016-07-04 09:43:41 -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 Add support for application keypad mode 2016-07-04 09:19:48 -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