From: sf-exg Date: Sun, 18 Apr 2010 11:06:46 +0000 (+0000) Subject: Remove deprecated OSC 18 / 19. X-Git-Url: http://git.openbox.org/?p=dana%2Furxvt.git;a=commitdiff_plain;h=f19878df379304689d9f63545ec790562b1b442b Remove deprecated OSC 18 / 19. --- diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index 1ca2ae9..ca40d4e 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 15cce40..fb156f8 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 121fac5..0d03b21 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,