Re: [U-Boot] [PATCH v3] video: cfb_console: Make the software cursor non-destructive

2012-03-18 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20120318200142.5b4d5dba@wker> you wrote: > > This patch was included in my last pull request and is already in > mainline [1]. Unfortunately it caused some issues on N900 as reported Strange. I don;t know how I missed it. Thanks. > by Pali Rohár. He alread

Re: [U-Boot] [PATCH v3] video: cfb_console: Make the software cursor non-destructive

2012-03-18 Thread Anatolij Gustschin
Hello Wolfgang, On Sun, 18 Mar 2012 19:38:57 +0100 Wolfgang Denk wrote: ... > > > drivers/video/cfb_console.c | 109 > > > +-- > > > 1 files changed, 53 insertions(+), 56 deletions(-) > > > > Applied to u-boot-video/master. Thanks! > > It appears this

Re: [U-Boot] [PATCH v3] video: cfb_console: Make the software cursor non-destructive

2012-03-18 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20111205220742.18ed6e2f@wker> you wrote: > On Thu, 1 Dec 2011 00:50:50 +0100 > Anatolij Gustschin wrote: > > > From: Gabe Black > > > > When printing the string "\r\n" to the framebuffer console, the first > > character of the current line was being replac

Re: [U-Boot] [PATCH v3] video: cfb_console: Make the software cursor non-destructive

2011-12-05 Thread Anatolij Gustschin
On Thu, 1 Dec 2011 00:50:50 +0100 Anatolij Gustschin wrote: > From: Gabe Black > > When printing the string "\r\n" to the framebuffer console, the first > character of the current line was being replaced with a space. The "boot" > prompt would become the "oot" prompt. This change makes the cur

[U-Boot] [PATCH v3] video: cfb_console: Make the software cursor non-destructive

2011-11-30 Thread Anatolij Gustschin
From: Gabe Black When printing the string "\r\n" to the framebuffer console, the first character of the current line was being replaced with a space. The "boot" prompt would become the "oot" prompt. This change makes the cursor non-destructive so that no matter where it goes on its way to where i