commit 7f297e297ccec99a66b7af46e2b1725545ba3746 from: Christoph Lohmann <20h@r-36.net> date: Tue Feb 19 14:51:25 2013 UTC Fixing the reverse mode of st colors. Thanks Alexander Sedov for finding this! commit - f4a6c20f464df79a9b15b4a2a11daaa7a06c60a0 commit + 7f297e297ccec99a66b7af46e2b1725545ba3746 blob - 64366afb3e9393613db1460faed9c5bd9090c05c blob + 83206951374d14b7e87691811ab5895056544bc1 --- st.c +++ st.c @@ -2288,7 +2288,7 @@ xresize(int col, int row) { void xloadcols(void) { int i, r, g, b; - XRenderColor color = { .alpha = 0 }; + XRenderColor color = { .alpha = 0xffff }; /* load colors [0-15] colors and [256-LEN(colorname)[ (config.h) */ for(i = 0; i < LEN(colorname); i++) {