aboutsummaryrefslogtreecommitdiffstats
path: root/misc/deco/files/patch-scr.c
blob: d6efc7afa293b8adde2f4010b074d04843615043 (plain) (blame)
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
29
30
31
32
33
34
35
36
Index: scr.c
@@ -167,7 +167,7 @@
 
 static char *CL, *CM, *SE, *SO, *TE, *TI, *VE, *VS,
    *AL, *DL, *IS, *IF, *FS, *MD, *MH, *ME, *MR,
-   *CF, *CB, *AF, *AB, *Sf, *Sb, *MF, *MB;
+   *CF, *CB, *AF, *AB, *Sf, *Sb, *MF, *MB, *OP;
 static NF, NB;
 static char MS, C2;
 
@@ -231,6 +231,7 @@
    { "Cs", CAPSTR, 0, 0, 0, &Cs, },
    { "Ce", CAPSTR, 0, 0, 0, &Ce, },
    { "Ct", CAPSTR, 0, 0, 0, &Ct, },
+   { "op", CAPSTR, 0, 0, 0, &OP, },
    { { 0, 0, }, 0, 0, 0, 0, 0, },
 };
 
@@ -413,6 +414,8 @@
        tputs (TE);
    if (KE)
        tputs (KE);
+   if (OP)
+       tputs (OP);
    VFlush ();
    TtyReset ();
 }
@@ -425,6 +428,8 @@
        tputs (VE);
    if (KE)
        tputs (KE);
+   if (OP)
+       tputs (OP);
    VFlush ();
    TtyReset ();
 }