Nessesarius / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

More granular control over transparency #269

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of having transparency (x) set as a multiplier (255 - 16 * x) let x be 
the subtracted value from the opaque value (255 - x).

At the moment I crudely have mintty compiled so that it will take an OPT_INT 
from .minttyrc (instead of using the OPT_TRANS enum) and use it as the x value 
(255-x). I hardly know C/C++ so I'm probably doing this incorrectly...

Original issue reported on code.google.com by xat...@gmail.com on 2 Jun 2011 at 2:41

GoogleCodeExporter commented 8 years ago

Original comment by andy.koppe on 2 Jun 2011 at 4:59