patch-2.3.99-pre1 linux/drivers/char/console.c
Next file: linux/drivers/char/drm/auth.c
Previous file: linux/drivers/char/bttv.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Mar 12 19:18:55 2000
-  Orig file: 
v2.3.51/linux/drivers/char/console.c
-  Orig date: 
Tue Mar  7 14:32:25 2000
diff -u --recursive --new-file v2.3.51/linux/drivers/char/console.c linux/drivers/char/console.c
@@ -369,7 +369,7 @@
 static void update_attr(int currcons)
 {
 	attr = build_attr(currcons, color, intensity, blink, underline, reverse ^ decscnm);
-	video_erase_char = (build_attr(currcons, color, 1, 0, 0, decscnm) << 8) | ' ';
+	video_erase_char = (build_attr(currcons, color, 1, blink, 0, decscnm) << 8) | ' ';
 }
 
 /* Note: inverting the screen twice should revert to the original state */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)