projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720cb81
)
Adding another bold off sequence.
author
Christoph Lohmann
<20h@r-36.net>
Thu, 13 Sep 2012 05:04:34 +0000
(07:04 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Thu, 13 Sep 2012 05:04:34 +0000
(07:04 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
19d0a86
..
0db81f4
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1171,6
+1171,7
@@
tsetattr(int *attr, int l) {
case 7:
term.c.attr.mode |= ATTR_REVERSE;
break;
+ case 21:
case 22:
term.c.attr.mode &= ~ATTR_BOLD;
break;