repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 0b891a6469756bb6a0fe72e35a0eb44cdac11aab: path_to: revision_to:
commit 0b891a6469756bb6a0fe72e35a0eb44cdac11aab Author: Marc LehmannDate: Sat Dec 31 19:35:56 2005 +0000 *** empty log message *** diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
--- 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
--- 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:
-----END OF PAGE-----