Introduction
Introduction Statistics Contact Development Disclaimer Help
tStandout mode has changed. Thanks [email protected]! - st - [fork] customiz…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 1827e0643fc95b44d12eaf951be5994637d1b30d
parent b3326ab63be167ddd883dbf7be33603f38bbd31d
Author: Christoph Lohmann <[email protected]>
Date: Tue, 8 Jan 2013 20:36:49 +0100
Standout mode has changed. Thanks [email protected]!
Diffstat:
M st.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -1390,7 +1390,7 @@ tsetattr(int *attr, int l) {
case 1:
term.c.attr.mode |= ATTR_BOLD;
break;
- case 3: /* enter standout (highlight) */
+ case 3:
term.c.attr.mode |= ATTR_ITALIC;
break;
case 4:
t@@ -1406,7 +1406,7 @@ tsetattr(int *attr, int l) {
case 22:
term.c.attr.mode &= ~ATTR_BOLD;
break;
- case 23: /* leave standout (highlight) mode */
+ case 23:
term.c.attr.mode &= ~ATTR_ITALIC;
break;
case 24:
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.