Introduction
Introduction Statistics Contact Development Disclaimer Help
tA reset should reset the line drawing too. - st - [fork] customized build of s…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit c3b0e2202b908834d3c08e3eaf70e0ac282cf319
parent 980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14
Author: Christoph Lohmann <[email protected]>
Date: Tue, 25 Sep 2012 21:39:25 +0200
A reset should reset the line drawing too.
Diffstat:
M st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -1177,7 +1177,7 @@ tsetattr(int *attr, int l) {
switch(attr[i]) {
case 0:
term.c.attr.mode &= ~(ATTR_REVERSE | ATTR_UNDERLINE | …
- | ATTR_ITALIC | ATTR_BLINK);
+ | ATTR_ITALIC | ATTR_BLINK | ATTR_GFX);
term.c.attr.fg = DefaultFG;
term.c.attr.bg = DefaultBG;
break;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.