1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-02-17 15:57:08 -05:00
A cross-platform, OpenGL terminal emulator.
Find a file
Joe Wilm 30ec145109
Initial support for Terminal Emulation (woo!)
This patch introduces basic support for terminal emulation. Basic means
commands that don't use paging and are not full screen applications like
vim or tmux. Some paging applications are working properly, such as as
`git log`. Other pagers work reasonably well as long as the help menu is
not accessed.

There is now a central Rgb color type which is shared by the renderer,
terminal emulation, and the pty parser.

The parser no longer owns a Handler. Instead, a mutable reference to a
Handler is provided whenever advancing the parser. This resolved some
potential ownership issues (eg parser owning the `Term` type would've
been unworkable).
2016-06-02 19:42:28 -07:00
docs Add Summary of ANSI standards for ASCII terminals 2016-05-28 08:39:36 -07:00
res Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00
src Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00
.gitignore Initialize new cargo binary project 2016-02-21 08:15:41 -08:00
.travis.yml Add test font for travis 2016-02-21 19:56:31 -08:00
build.rs Correct sub-pixel font rendering with OpenGL 2016-05-20 21:36:28 -07:00
Cargo.lock Correct sub-pixel font rendering with OpenGL 2016-05-20 21:36:28 -07:00
Cargo.toml Correct sub-pixel font rendering with OpenGL 2016-05-20 21:36:28 -07:00
LICENSE-APACHE Add license 2016-02-23 20:59:31 -08:00
TASKS.md Start tracking some tasks 2016-02-27 22:37:00 -08:00