From: Christoph Lohmann <20h@r-36.net> Date: Tue, 8 Jan 2013 19:36:49 +0000 (+0100) Subject: Standout mode has changed. Thanks p37sitdu@lavabit.com! X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=1827e0643fc95b44d12eaf951be5994637d1b30d Standout mode has changed. Thanks p37sitdu@lavabit.com! --- diff --git a/st.c b/st.c index a992005..213541f 100644 --- a/st.c +++ b/st.c @@ -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: @@ -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: