1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
A cross-platform, OpenGL terminal emulator.
Find a file
Joe Wilm a445ae92a8 Fix resizing on macOS
The resize callback is the only way to perform live resizing on macOS. A
callback is provided, and a static variable is used to provide a Sender
to that function so that resize events may be processed in the usual
way.
2016-06-29 20:14:37 -07:00
docs Add Summary of ANSI standards for ASCII terminals 2016-05-28 08:39:36 -07:00
font Fix subpixel rendering for macOS 2016-06-24 21:58:13 -07:00
res Add support for macOS 2016-06-14 07:39:06 -07:00
src Fix resizing on macOS 2016-06-29 20:14:37 -07:00
.gitignore Initialize new cargo binary project 2016-02-21 08:15:41 -08:00
.travis.yml Cache cargo dependencies on travis 2016-06-14 07:55:00 -07:00
build.rs Correct sub-pixel font rendering with OpenGL 2016-05-20 21:36:28 -07:00
Cargo.lock Enable vsync 2016-06-27 19:46:24 -07:00
Cargo.toml Enable vsync 2016-06-27 19:46:24 -07:00
LICENSE-APACHE Add license 2016-02-23 20:59:31 -08:00
TASKS.md Update task list 2016-06-06 14:59:45 -07:00