From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 29 Apr 2012 00:15:58 +0200 Subject: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back In-Reply-To: <1335634011-9104-4-git-send-email-pali.rohar@gmail.com> References: <1335634011-9104-1-git-send-email-pali.rohar@gmail.com> <1335634011-9104-4-git-send-email-pali.rohar@gmail.com> Message-ID: <201204290015.58277.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Pali Roh?r, > * Do not disable and enable cursor again Can you elaborate please? > > Signed-off-by: Pali Roh?r > --- > drivers/video/cfb_console.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c > index 904caf7..51ea167 100644 > --- a/drivers/video/cfb_console.c > +++ b/drivers/video/cfb_console.c > @@ -721,7 +721,6 @@ static void console_scrollup(void) > > static void console_back(void) > { > - CURSOR_OFF; > console_col--; > > if (console_col < 0) { > @@ -730,7 +729,6 @@ static void console_back(void) > if (console_row < 0) > console_row = 0; > } > - CURSOR_SET; > } > > static void console_newline(void) Best regards, Marek Vasut