From: James S. <jsi...@in...> - 2002-12-07 00:50:12
|
> diff -Naur linux-2.5.50-js/drivers/video/console/fbcon.c linux/drivers/video/console/fbcon.c > --- linux-2.5.50-js/drivers/video/console/fbcon.c 2002-12-06 23:33:56.000000000 +0000 > +++ linux/drivers/video/console/fbcon.c 2002-12-06 23:33:18.000000000 +0000 > @@ -1986,6 +1986,8 @@ > vc->vc_cols); > vc->vc_video_erase_char = oldc; > } > + else > + update_screen(vc->vc_num); > return 0; > } else { > /* Tell console.c that it has to restore the screen itself */ Applied :-) |