alacritty/src
Joe Wilm b79574ee82 Fix solid background color opacity (#847)
Since landing the patch adding transparency support to Alacritty,
there's been an issue where othewise solid background cells were also
being rendered partially transparent. Now, all filled background cells
are rendered fully opaque.

Some logic was added to support discarding filled backgrounds which had
the same color as the default background. This means that, if the
default background is #000 and a cell has that background, it will never
be rendered opaque. This may not be correct.

Note that many truecolor vim color schemes print spaces for default
colored background cells. Performance can be dramatically improved by
using ctermbg=NONE guibg=NONE to skip rendering those cells.
2017-10-21 15:26:42 -07:00
..
renderer Fix solid background color opacity (#847) 2017-10-21 15:26:42 -07:00
term Fix solid background color opacity (#847) 2017-10-21 15:26:42 -07:00
ansi.rs implement ANSI CSI REP (Repeat) 2017-09-30 16:30:04 -07:00
cli.rs Use clippy = "*", update, and fix some warnings (#796) 2017-09-27 17:29:44 -07:00
config.rs Fix solid background color opacity (#847) 2017-10-21 15:26:42 -07:00
display.rs Fix render issues on macOS (#845) 2017-10-17 10:15:24 -07:00
event.rs Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
event_loop.rs Update most remaining deps 2017-09-05 09:07:00 -07:00
grid.rs Use clippy = "*", update, and fix some warnings (#796) 2017-09-27 17:29:44 -07:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
lib.rs Add support for env_logger 2017-10-08 22:20:58 -07:00
logging.rs Add support for env_logger 2017-10-08 22:20:58 -07:00
macros.rs Remove debug_print! macros 2017-01-23 09:14:01 -08:00
main.rs Drop nightly feature 2017-10-14 23:31:08 -07:00
meter.rs Fix typo in rustdoc (#654) 2017-07-08 10:33:17 -07:00
selection.rs Update tests for new Selection API 2017-06-19 21:31:50 -07:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Use clippy = "*", update, and fix some warnings (#796) 2017-09-27 17:29:44 -07:00
util.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
window.rs Revert "Update glutin & fix a few wayland issues (#815)" 2017-10-06 11:32:53 -07:00