diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-09-25 21:39:25 +0200 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-09-25 21:39:25 +0200 |
| commit | c3b0e2202b908834d3c08e3eaf70e0ac282cf319 (patch) | |
| tree | 63b7593963ea5b159c6fcb00927bacbca8464fe9 | |
| parent | 980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14 (diff) | |
| download | st-c3b0e2202b908834d3c08e3eaf70e0ac282cf319.tar.gz st-c3b0e2202b908834d3c08e3eaf70e0ac282cf319.zip | |
A reset should reset the line drawing too.
| -rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1177,7 +1177,7 @@ tsetattr(int *attr, int l) { | |||
| 1177 | switch(attr[i]) { | 1177 | switch(attr[i]) { |
| 1178 | case 0: | 1178 | case 0: |
| 1179 | term.c.attr.mode &= ~(ATTR_REVERSE | ATTR_UNDERLINE | ATTR_BOLD \ | 1179 | term.c.attr.mode &= ~(ATTR_REVERSE | ATTR_UNDERLINE | ATTR_BOLD \ |
| 1180 | | ATTR_ITALIC | ATTR_BLINK); | 1180 | | ATTR_ITALIC | ATTR_BLINK | ATTR_GFX); |
| 1181 | term.c.attr.fg = DefaultFG; | 1181 | term.c.attr.fg = DefaultFG; |
| 1182 | term.c.attr.bg = DefaultBG; | 1182 | term.c.attr.bg = DefaultBG; |
| 1183 | break; | 1183 | break; |
