[hackers] [st] Adding another bold off sequence. || Christoph Lohmann
changeset: 297:e532821e6b6a
user: Christoph Lohmann <20h_AT_r-36.net>
date: Thu Sep 13 07:04:34 2012 +0200
files: st.c
description:
Adding another bold off sequence.
diff -r 57218df89123 -r e532821e6b6a st.c
--- a/st.c Wed Sep 12 21:51:55 2012 +0200
+++ b/st.c Thu Sep 13 07:04:34 2012 +0200
_AT_@ -1171,6 +1171,7 @@
case 7:
term.c.attr.mode |= ATTR_REVERSE;
break;
+ case 21:
case 22:
term.c.attr.mode &= ~ATTR_BOLD;
break;
Received on Thu Sep 13 2012 - 07:07:04 CEST
This archive was generated by hypermail 2.3.0
: Thu Sep 13 2012 - 07:12:06 CEST