mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Add missed names of charset sequences
This commit is contained in:
parent
5afb3862ba
commit
c7a945c408
8
st.c
8
st.c
@ -2496,10 +2496,10 @@ eschandle(uchar ascii) {
|
|||||||
case 'k': /* old title set compatibility */
|
case 'k': /* old title set compatibility */
|
||||||
tstrsequence(ascii);
|
tstrsequence(ascii);
|
||||||
return 0;
|
return 0;
|
||||||
case '(': /* set primary charset G0 */
|
case '(': /* GZD4 -- set primary charset G0 */
|
||||||
case ')': /* set secondary charset G1 */
|
case ')': /* G1D4 -- set secondary charset G1 */
|
||||||
case '*': /* set tertiary charset G2 */
|
case '*': /* G2D4 -- set tertiary charset G2 */
|
||||||
case '+': /* set quaternary charset G3 */
|
case '+': /* G3D4 -- set quaternary charset G3 */
|
||||||
term.icharset = ascii - '(';
|
term.icharset = ascii - '(';
|
||||||
term.esc |= ESC_ALTCHARSET;
|
term.esc |= ESC_ALTCHARSET;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user