From: root Date: Sat, 31 Dec 2005 19:35:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=49d87989bf6bf78159d15ba93cc6cbaa73c86d43;p=dana%2Furxvt.git *** empty log message *** --- 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: