Remove deprecated OSC 18 / 19.
authorsf-exg <sf-exg>
Sun, 18 Apr 2010 11:06:46 +0000 (11:06 +0000)
committersf-exg <sf-exg>
Sun, 18 Apr 2010 11:06:46 +0000 (11:06 +0000)
doc/rxvt.7.pod
src/command.C
src/rxvt.h

index 1ca2ae9..ca40d4e 100644 (file)
@@ -2022,8 +2022,6 @@ B<octet> can be escaped by prefixing it with SYN (0x16, ^V).
        B<< C<Ps = 12> >>       Change colour of text cursor foreground to B<< C<Pt> >>
        B<< C<Ps = 13> >>       Change colour of mouse foreground to B<< C<Pt> >>
        B<< C<Ps = 17> >>       Change colour of highlight characters to B<< C<Pt> >>
-       B<< C<Ps = 18> >>       Change colour of bold characters to B<< C<Pt> >> [deprecated, see 706]
-       B<< C<Ps = 19> >>       Change colour of underlined characters to B<< C<Pt> >> [deprecated, see 707]
        B<< C<Ps = 20> >>       Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile AfterImage).
        B<< C<Ps = 39> >>       Change default foreground colour to B<< C<Pt> >>. [deprecated, use 10]
        B<< C<Ps = 46> >>       Change Log File to B<< C<Pt> >> I<unimplemented>
index 15cce40..fb156f8 100644 (file)
@@ -3402,11 +3402,9 @@ rxvt_term::process_xterm_seq (int op, char *str, char resp)
         break;
 #endif
 #ifndef NO_BOLD_UNDERLINE_REVERSE
-      case Rxvt_Color_BD:
       case URxvt_Color_BD:
         process_color_seq (op, Color_BD, str, resp);
         break;
-      case Rxvt_Color_UL:
       case URxvt_Color_UL:
         process_color_seq (op, Color_UL, str, resp);
         break;
index 121fac5..0d03b21 100644 (file)
@@ -405,8 +405,6 @@ enum {
    */
 
   // deprecated
-  Rxvt_Color_BD          = 18,
-  Rxvt_Color_UL          = 19,
   Rxvt_restoreFG         = 39,
   Rxvt_restoreBG         = 49,