From 49d87989bf6bf78159d15ba93cc6cbaa73c86d43 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Dec 2005 19:35:56 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.7.pod | 2 +- src/command.C | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index ab1dbf07..13426c26 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -1540,7 +1540,7 @@ X =begin table B<< C >> Bold/italic implies high intensity (see option B<-is>) - B<< C >> Font styles have no effect on intensity. + B<< C >> Font styles have no effect on intensity (Compile styles) =end table diff --git a/src/command.C b/src/command.C index 34aab5bc..f52f1a3d 100644 --- a/src/command.C +++ b/src/command.C @@ -4054,6 +4054,10 @@ rxvt_term::process_terminal_mode (int mode, int priv __attribute__ ((unused)), u SET_OPTION (Opt_intensityStyles); else CLR_OPTION (Opt_intensityStyles); + + want_refresh = 1; + want_full_refresh = 1; + break; #endif case 1048: /* alternative cursor save */ case 1049: -- 2.34.1