repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 457ccb698076a68809451f15f454ae1a68835c18: path_to: revision_to:
commit 457ccb698076a68809451f15f454ae1a68835c18 Author: Emanuele GiaquintaDate: 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
--- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -2022,8 +2022,6 @@ Bcan 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
--- 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
--- 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-----