diff options
| author | James Simmons <jsimmons@kozmo.(none)> | 2002-12-06 00:17:04 -0800 |
|---|---|---|
| committer | James Simmons <jsimmons@kozmo.(none)> | 2002-12-06 00:17:04 -0800 |
| commit | 59187325ed4d12db53fccd821027c6d85e63dc4b (patch) | |
| tree | a6e819cbc8272bf779e765f25e676f5ee569c7dd | |
| parent | 0d7b12a6eb028d0b46488c6265dd8f1782fa23e6 (diff) | |
Fits the other accel protocols. Fix for blanking.
| -rw-r--r-- | drivers/video/console/fbcon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index c00f5d395afb..d0e584823ddc 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -1983,7 +1983,8 @@ static int fbcon_blank(struct vc_data *vc, int blank) height, 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 */ |
