Introduction
Introduction Statistics Contact Development Disclaimer Help
ts/DSC/DCS/ DCS stands for DEVICE CONTROL STRING - st - [fork] customized build…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 7f1e02e4dbb6e6f033797a09a7deea4fe29f2ca6
parent 84f6dbffa5a26e1a2f94f844844d76f80dd6c5a0
Author: noname <[email protected]>
Date: Fri, 25 Apr 2014 18:27:48 +0400
s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING
Diffstat:
M st.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -149,7 +149,7 @@ enum charset {
enum escape_state {
ESC_START = 1,
ESC_CSI = 2,
- ESC_STR = 4, /* DSC, OSC, PM, APC */
+ ESC_STR = 4, /* DCS, OSC, PM, APC */
ESC_ALTCHARSET = 8,
ESC_STR_END = 16, /* a final string was encountered */
ESC_TEST = 32, /* Enter in test mode */
t@@ -2169,7 +2169,7 @@ strhandle(void) {
case 'k': /* old title set compatibility */
xsettitle(strescseq.args[0]);
return;
- case 'P': /* DSC -- Device Control String */
+ case 'P': /* DCS -- Device Control String */
case '_': /* APC -- Application Program Command */
case '^': /* PM -- Privacy Message */
return;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.