A cross-platform, OpenGL terminal emulator.
Go to file
Joe Wilm be036edbdd Workaround for cutoff glyphs
There's an issue where drawing the cell backgrounds will overwrite part
of a neighboring glyph. The real solution here is to figure out glyph
metrics properly, but simply limiting to 2 draw calls per frame (first
background, then all the glyphs) makes the problem "go away".
2016-11-11 16:51:01 -08:00
copypasta Implement copypasta::Load for macos::Clipboard 2016-10-08 20:57:30 -07:00
docs Add Summary of ANSI standards for ASCII terminals 2016-05-28 08:39:36 -07:00
font Support bold/italic font rendering on Linux 2016-08-14 20:08:56 -07:00
res Set colors on CPU 2016-10-28 08:36:26 -07:00
scripts Add script for creating flamegraph with perf 2016-10-08 21:30:21 -07:00
src Workaround for cutoff glyphs 2016-11-11 16:51:01 -08:00
.gitignore Add script for creating flamegraph with perf 2016-10-08 21:30:21 -07:00
.travis.yml Pin nightly compiler on travis 2016-08-14 20:13:20 -07:00
Cargo.lock Rustup and update dependencies 2016-10-14 16:38:15 -07:00
Cargo.toml Live shader reloading is now a feature 2016-10-27 08:43:23 -07:00
LICENSE-APACHE Add license headers to source files 2016-06-29 20:59:14 -07:00
TASKS.md Update task list 2016-06-06 14:59:45 -07:00
alacritty.yml Update default config 2016-10-28 09:26:16 -07:00
build.rs Add license headers to source files 2016-06-29 20:59:14 -07:00
rustc-version rustup 2016-09-18 18:16:08 -07:00