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 | efe3937183a4ed6a4e02c91de9c8a03beed16eca (patch) | |
| tree | 5df0874acb77b43c07d697b817f63525fbf38680 | |
| parent | 2ca5d9463dd5d8e6745b9b2996e3bd734b601ce2 (diff) | |
| download | st-efe3937183a4ed6a4e02c91de9c8a03beed16eca.tar.gz st-efe3937183a4ed6a4e02c91de9c8a03beed16eca.zip | |
Enabling enacs and adding compatibility to xterm and urxvt for alternative
charsets.
| -rw-r--r-- | st.c | 1 | ||||
| -rw-r--r-- | st.info | 1 | 
2 files changed, 2 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; @@ -33,6 +33,7 @@ st| simpleterm,  	ed=\E[J,  	el=\E[K,  	el1=\E[1K, +	enacs=\E)0,  	flash=\E[?5h\E[?5l,  	fsl=^G,  	home=\E[H, | 
