[hackers] [st] s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING || noname

From: <git_AT_suckless.org>
Date: Sat, 26 Apr 2014 00:06:21 +0200

commit 7f1e02e4dbb6e6f033797a09a7deea4fe29f2ca6
Author: noname <noname_AT_inventati.org>
Date: Fri Apr 25 18:27:48 2014 +0400

    s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING

diff --git a/st.c b/st.c
index f91eb8d..297eb3f 100644
--- a/st.c
+++ b/st.c
_AT_@ -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 */
_AT_@ -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;
Received on Sat Apr 26 2014 - 00:06:21 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 26 2014 - 00:12:23 CEST