1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
A cross-platform, OpenGL terminal emulator.
Find a file
Joe Wilm 78414b5ae1
Implement tty::new()
Opens a pty, forks a child process, and execs the shell defined in
user's /etc/passwd file. Bytes from the pty are currently just written
to Alacritty's stdout as a sanity check that things are hooked up.

Thanks to `st` for some guidance on setting this up.
2016-05-24 21:06:19 -07:00
res Correct sub-pixel font rendering with OpenGL 2016-05-20 21:36:28 -07:00
src Implement tty::new() 2016-05-24 21:06:19 -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