projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121d910
)
Make nyancat(1) work. Important release feature!
author
Christoph Lohmann
<20h@r-36.net>
Wed, 12 Sep 2012 11:20:10 +0000
(13:20 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Wed, 12 Sep 2012 11:20:10 +0000
(13:20 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
5e8cf02
..
75c6cea
100644
(file)
--- 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.
f
g = attr[i] - 100 + 8;
+ term.c.attr.
b
g = attr[i] - 100 + 8;
else
fprintf(stderr, "erresc(default): gfx attr %d unknown\n", attr[i]), csidump();
break;