X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=efe309fb9b5d5e67deda1f2b3d122a43cf5267bb;hp=a0bd69fd042bae8a7df68d8cecca8fdb69b66cc4;hb=980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14;hpb=eb360e5fd151107ca8088a9c1aad33aa373c4fb0 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) { strescseq.type = ascii; term.esc |= ESC_STR; break; + case ')': case '(': term.esc |= ESC_ALTCHARSET; break;