Re: [PATCH 13/34] video: Add a function to clear the display

2023-12-14 Thread Heinrich Schuchardt
On 02.10.23 03:15, Simon Glass wrote: Move the code from the 'cls' command into the console file, so it can be called from elsewhere. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- cmd/cls.c | 25 +++-- common/console.c | 31 +++

Re: [PATCH 13/34] video: Add a function to clear the display

2023-12-13 Thread Simon Glass
Hi, On Sun, 1 Oct 2023 at 19:16, Simon Glass wrote: > > Move the code from the 'cls' command into the console file, so it can > be called from elsewhere. > > Signed-off-by: Simon Glass > --- > > cmd/cls.c | 25 +++-- > common/console.c | 31 +

Re: [PATCH 13/34] video: Add a function to clear the display

2023-11-18 Thread Simon Glass
Hi, On Sun, 1 Oct 2023 at 19:16, Simon Glass wrote: > > Move the code from the 'cls' command into the console file, so it can > be called from elsewhere. > > Signed-off-by: Simon Glass > --- > > cmd/cls.c | 25 +++-- > common/console.c | 31 +

[PATCH 13/34] video: Add a function to clear the display

2023-10-01 Thread Simon Glass
Move the code from the 'cls' command into the console file, so it can be called from elsewhere. Signed-off-by: Simon Glass --- cmd/cls.c | 25 +++-- common/console.c | 31 +++ include/console.h | 10 ++ 3 files changed, 44 inserti