Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 6 Dec 2002 19:41:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 6 Dec 2002 19:41:25 -0500 Received: from phoenix.infradead.org ([195.224.96.167]:19212 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Fri, 6 Dec 2002 19:41:25 -0500 Date: Sat, 7 Dec 2002 00:49:00 +0000 (GMT) From: James Simmons To: Antonino Daplas cc: Tobias Rittweiler , Linux Kernel Mailing List , Linux console project Subject: Re: [STATUS] fbdev api. In-Reply-To: <1039218931.989.24.camel@localhost.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 753 Lines: 23 > 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 :-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/