1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/src
trimental b22999f1e7 Drop terminal lock before rendering
The terminal lock is now dropped before rendering by storing
all grid cells before clearing the screen.

This frees the terminal to do other things since the lock is now
free, which lead to a performance benefit with high throughput
applications.
2018-09-30 21:54:08 +00:00
..
grid Fix failing test with bench feature 2018-09-29 20:48:24 +00:00
renderer Drop terminal lock before rendering 2018-09-30 21:54:08 +00:00
term Drop terminal lock before rendering 2018-09-30 21:54:08 +00:00
ansi.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
cli.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
config.rs Fix deserialization of old decorations values 2018-09-28 19:53:57 +00:00
display.rs Drop terminal lock before rendering 2018-09-30 21:54:08 +00:00
event.rs Fix selection start point lagging behind cursor 2018-09-27 12:12:49 +00:00
event_loop.rs Rework auto-scrolling options 2018-06-02 09:56:50 -07:00
index.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
input.rs Fix selection start point lagging behind cursor 2018-09-27 12:12:49 +00:00
lib.rs Add standalone terminfo definition 2018-09-24 19:06:12 +00:00
locale.rs Fix style issues 2018-09-17 23:34:56 +00:00
logging.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
macros.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
main.rs Fix mesa rendering outside window borders on wayland 2018-09-23 16:21:47 +00:00
meter.rs Remove all instances of unwrap() from config 2018-03-04 22:40:15 +00:00
selection.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Fix selection of empty lines 2018-09-26 18:42:41 +00:00
util.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
window.rs Improve window.decorations options: (#1241) 2018-09-20 08:24:26 -07:00