repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 457ccb698076a68809451f15f454ae1a68835c18:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 457ccb698076a68809451f15f454ae1a68835c18
Author: Emanuele Giaquinta 
Date:   Sun Apr 18 11:06:46 2010 +0000

    Remove deprecated OSC 18 / 19.

diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index 1ca2ae9608f26e25ebf0387dd7a8ac14b166197a..
index ..ca40d4e2e6cfc9702e79d95b5f531f14ce430e84 100644
--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -2022,8 +2022,6 @@ B can be escaped by prefixing it with SYN (0x16, ^V).
 	B<< C >>	Change colour of text cursor foreground to B<< C >>
 	B<< C >>	Change colour of mouse foreground to B<< C >>
 	B<< C >>	Change colour of highlight characters to B<< C >>
-	B<< C >>	Change colour of bold characters to B<< C >> [deprecated, see 706]
-	B<< C >>	Change colour of underlined characters to B<< C >> [deprecated, see 707]
 	B<< C >>	Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile AfterImage).
 	B<< C >>	Change default foreground colour to B<< C >>. [deprecated, use 10]
 	B<< C >>	Change Log File to B<< C >> I
diff --git a/src/command.C b/src/command.C
index 15cce408b68debeab24457a0450ec1d0196b313d..
index ..fb156f8cb1cf971b716aaa3b42415e5049c673ad 100644
--- a/src/command.C
+++ b/src/command.C
@@ -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;
diff --git a/src/rxvt.h b/src/rxvt.h
index 121fac54d67d0aeb79c523fa37eba026934d1c35..
index ..0d03b21177e90bfed6d6cd75b79e9c64c20359db 100644
--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -405,8 +405,6 @@ enum {
    */

   // deprecated
-  Rxvt_Color_BD          = 18,
-  Rxvt_Color_UL          = 19,
   Rxvt_restoreFG         = 39,
   Rxvt_restoreBG         = 49,

-----END OF PAGE-----