w23 / alacritty

A cross-platform, GPU-accelerated terminal emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpha blending is broken

w23 opened this issue · comments

Alacritty supports transparency (config: background_opacity). It works by outputting alpha value of the final pixel
Currently the new render just writes 1.0. We should find out the correct value to write.