Enabling enacs and adding compatibility to xterm and urxvt for alternative
charsets.
This commit is contained in:
		
							
								
								
									
										1
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								st.c
									
									
									
									
									
								
							@ -1700,6 +1700,7 @@ tputc(char *c, int len) {
 | 
				
			|||||||
				strescseq.type = ascii;
 | 
									strescseq.type = ascii;
 | 
				
			||||||
				term.esc |= ESC_STR;
 | 
									term.esc |= ESC_STR;
 | 
				
			||||||
				break;
 | 
									break;
 | 
				
			||||||
 | 
								case ')':
 | 
				
			||||||
			case '(':
 | 
								case '(':
 | 
				
			||||||
				term.esc |= ESC_ALTCHARSET;
 | 
									term.esc |= ESC_ALTCHARSET;
 | 
				
			||||||
				break;
 | 
									break;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user