Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
84f6dbf
)
s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING
author
noname <
[email protected]
>
Fri, 25 Apr 2014 14:27:48 +0000
(18:27 +0400)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Fri, 25 Apr 2014 22:03:09 +0000
(
00:03
+0200)
st.c
diff
|
blob
|
history
diff --git
a/st.c
b/st.c
index
f91eb8d
..
297eb3f
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-149,7
+149,7
@@
enum charset {
enum escape_state {
ESC_START = 1,
ESC_CSI = 2,
enum escape_state {
ESC_START = 1,
ESC_CSI = 2,
- ESC_STR = 4, /* D
SC
, OSC, PM, APC */
+ ESC_STR = 4, /* D
CS
, OSC, PM, APC */
ESC_ALTCHARSET = 8,
ESC_STR_END = 16, /* a final string was encountered */
ESC_TEST = 32, /* Enter in test mode */
ESC_ALTCHARSET = 8,
ESC_STR_END = 16, /* a final string was encountered */
ESC_TEST = 32, /* Enter in test mode */
@@
-2169,7
+2169,7
@@
strhandle(void) {
case 'k': /* old title set compatibility */
xsettitle(strescseq.args[0]);
return;
case 'k': /* old title set compatibility */
xsettitle(strescseq.args[0]);
return;
- case 'P': /* D
SC
-- Device Control String */
+ case 'P': /* D
CS
-- Device Control String */
case '_': /* APC -- Application Program Command */
case '^': /* PM -- Privacy Message */
return;
case '_': /* APC -- Application Program Command */
case '^': /* PM -- Privacy Message */
return;