summarylogtreecommitdiffstats
path: root/urwid.diff
blob: ab0a38f97b31a25a8818b22a9a3476baadd0e004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff -crB st-git-20140208/st.c changes/st.c
*** st-git-20140208/st.c	2017-01-15 20:36:50.558038189 -0500
--- changes/st.c	2017-01-15 20:37:46.207860982 -0500
***************
*** 2477,2487 ****
  			term.esc = ESC_START;
  			return;
  		case '\016': /* SO */
! 			term.charset = 0;
  			tselcs();
  			return;
  		case '\017': /* SI */
! 			term.charset = 1;
  			tselcs();
  			return;
  		case '\032': /* SUB */
--- 2477,2487 ----
  			term.esc = ESC_START;
  			return;
  		case '\016': /* SO */
! 			term.charset = 1;
  			tselcs();
  			return;
  		case '\017': /* SI */
! 			term.charset = 0;
  			tselcs();
  			return;
  		case '\032': /* SUB */