X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=75c6cea2e685280760209978deda37e7f4bdef96;hb=8f1144edee8f4c9ac54faae2ad522544e9e217fa;hp=5e8cf0256550ea8a729e4f8da2c563afc1ae911c;hpb=121d9109e8202aaa8df836f2d23922008bdf2c72;p=st.git diff --git a/st.c b/st.c index 5e8cf02..75c6cea 100644 --- a/st.c +++ b/st.c @@ -1204,7 +1204,7 @@ tsetattr(int *attr, int l) { else if(BETWEEN(attr[i], 90, 97)) term.c.attr.fg = attr[i] - 90 + 8; else if(BETWEEN(attr[i], 100, 107)) - term.c.attr.fg = attr[i] - 100 + 8; + term.c.attr.bg = attr[i] - 100 + 8; else fprintf(stderr, "erresc(default): gfx attr %d unknown\n", attr[i]), csidump(); break;