diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-09-12 13:20:10 +0200 | 
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-09-12 13:20:10 +0200 | 
| commit | 91d32161fc1d16f5b0235f0ffe7b56b4c9c07e45 (patch) | |
| tree | 0659aad7a06ebac49cca5e717c3543bbf81bd193 | |
| parent | 04b6bee98078412f39aea395509e884c01a4fe14 (diff) | |
| download | st-91d32161fc1d16f5b0235f0ffe7b56b4c9c07e45.tar.xz st-91d32161fc1d16f5b0235f0ffe7b56b4c9c07e45.zip  | |
Make nyancat(1) work. Important release feature!
| -rw-r--r-- | st.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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;  | 
