Re: [PATCH v3 07/12] video: Correct setting of cursor position

2023-11-12 Thread Anatolij Gustschin
On Sun, 1 Oct 2023 19:14:42 -0600 Simon Glass s...@chromium.org wrote: > The ANSI codes are not correctly handled at present, in that the > requested X position is added to the current one. > > Correct this and also call vidconsole_entry_start() to start a new text > line. > > Signed-off-by:

Re: [PATCH v3 07/12] video: Correct setting of cursor position

2023-11-12 Thread Simon Glass
Hi Anatolij, On Sun, 1 Oct 2023 at 19:15, Simon Glass wrote: > > The ANSI codes are not correctly handled at present, in that the > requested X position is added to the current one. > > Correct this and also call vidconsole_entry_start() to start a new text > line. > > Signed-off-by: Simon Glass