aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2014-10-08 11:33:36 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-10-08 11:33:36 +0200
commit88429cdcbf937c4042cc315b31fcb8c662bd51fb (patch)
tree0acf96f0e6c061a562dbc76e48acbf65e13e0f94 /st.c
parent0c8feecbf74674132070169986802c75dd49d688 (diff)
downloadst-88429cdcbf937c4042cc315b31fcb8c662bd51fb.tar.gz
Add LS2 and LS3
These sequences are the equivalents of LS0 and LS1, but for G2 and G3.
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 4 insertions, 0 deletions
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 */
remember that computers suck.