X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=22a1ce6754a4269449b5269a08f2626e9d04efb7;hp=19e4379228c707610f7d9e8663352b57e4a0267b;hb=88429cdcbf937c4042cc315b31fcb8c662bd51fb;hpb=0c8feecbf74674132070169986802c75dd49d688 diff --git a/st.c b/st.c index 19e4379..22a1ce6 100644 --- a/st.c +++ b/st.c @@ -2497,6 +2497,10 @@ eschandle(uchar ascii) { case 'k': /* old title set compatibility */ tstrsequence(ascii); return 0; + case 'n': /* LS2 -- Locking shift 2 */ + case 'o': /* LS3 -- Locking shift 3 */ + term.charset = 2 + (ascii - 'n'); + break; case '(': /* GZD4 -- set primary charset G0 */ case ')': /* G1D4 -- set secondary charset G1 */ case '*': /* G2D4 -- set tertiary charset G2 */