diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-09-25 21:17:43 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-09-25 21:17:43 +0200 |
commit | 980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14 (patch) | |
tree | 5df0874acb77b43c07d697b817f63525fbf38680 /st.c | |
parent | eb360e5fd151107ca8088a9c1aad33aa373c4fb0 (diff) | |
download | st-980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14.tar.gz st-980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14.tar.bz2 |
Enabling enacs and adding compatibility to xterm and urxvt for alternative
charsets.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1700,6 +1700,7 @@ tputc(char *c, int len) { strescseq.type = ascii; term.esc |= ESC_STR; break; + case ')': case '(': term.esc |= ESC_ALTCHARSET; break; |