aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index a0bd69f..efe309f 100644
--- a/st.c
+++ b/st.c
@@ -1700,6 +1700,7 @@ tputc(char *c, int len) {
1700 strescseq.type = ascii; 1700 strescseq.type = ascii;
1701 term.esc |= ESC_STR; 1701 term.esc |= ESC_STR;
1702 break; 1702 break;
1703 case ')':
1703 case '(': 1704 case '(':
1704 term.esc |= ESC_ALTCHARSET; 1705 term.esc |= ESC_ALTCHARSET;
1705 break; 1706 break;