repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 0b891a6469756bb6a0fe72e35a0eb44cdac11aab:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 0b891a6469756bb6a0fe72e35a0eb44cdac11aab
Author: Marc Lehmann 
Date:   Sat Dec 31 19:35:56 2005 +0000

    *** empty log message ***

diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index ab1dbf075571fafed81077f3d63e7f1d8a6ff9aa..
index ..13426c2686727be4c5318c52c8c7ee2b43ebbd6d 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 34aab5bc40d96963b0b5615814a4b1892798be17..
index ..f52f1a3dac85718422617f9c89fe21308a4057d1 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:

-----END OF PAGE-----