Re: [PATCH 1/1] cli: always show cursor

2024-04-12 Thread Tom Rini
On Fri, Mar 29, 2024 at 05:09:22PM +0100, Heinrich Schuchardt wrote: > We may enter the command line interface in a state where on the remote > console the cursor is not shown. Send an escape sequence to enable it. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- To

[PATCH 1/1] cli: always show cursor

2024-03-29 Thread Heinrich Schuchardt
We may enter the command line interface in a state where on the remote console the cursor is not shown. Send an escape sequence to enable it. Signed-off-by: Heinrich Schuchardt --- common/cli.c | 4 1 file changed, 4 insertions(+) diff --git a/common/cli.c b/common/cli.c index a34938294ec.

Re: [PATCH 1/1] cli: always show cursor

2022-11-20 Thread Pali Rohár
On Saturday 22 October 2022 11:20:58 Heinrich Schuchardt wrote: > We may enter the command line interface in a state where on the remote > console the cursor is not shown. Send an escape sequence to enable it. > > Signed-off-by: Heinrich Schuchardt > --- > common/main.c | 4 > 1 file change

Re: [PATCH 1/1] cli: always show cursor

2022-11-01 Thread Simon Glass
Hi Heinrich, On Tue, 1 Nov 2022 at 03:03, Heinrich Schuchardt wrote: > > > > On 11/1/22 00:52, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 31 Oct 2022 at 15:58, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 10/31/22 20:27, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Sat,

Re: [PATCH 1/1] cli: always show cursor

2022-11-01 Thread Heinrich Schuchardt
On 11/1/22 00:52, Simon Glass wrote: Hi Heinrich, On Mon, 31 Oct 2022 at 15:58, Heinrich Schuchardt wrote: On 10/31/22 20:27, Simon Glass wrote: Hi Heinrich, On Sat, 29 Oct 2022 at 20:56, Heinrich Schuchardt wrote: On 10/30/22 02:43, Simon Glass wrote: Hi Heinrich, On Thu, 27 Oc

Re: [PATCH 1/1] cli: always show cursor

2022-10-31 Thread Simon Glass
Hi Heinrich, On Mon, 31 Oct 2022 at 15:58, Heinrich Schuchardt wrote: > > > > On 10/31/22 20:27, Simon Glass wrote: > > Hi Heinrich, > > > > On Sat, 29 Oct 2022 at 20:56, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 10/30/22 02:43, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Th

Re: [PATCH 1/1] cli: always show cursor

2022-10-31 Thread Heinrich Schuchardt
On 10/31/22 20:27, Simon Glass wrote: Hi Heinrich, On Sat, 29 Oct 2022 at 20:56, Heinrich Schuchardt wrote: On 10/30/22 02:43, Simon Glass wrote: Hi Heinrich, On Thu, 27 Oct 2022 at 10:41, Heinrich Schuchardt wrote: On 10/27/22 17:22, Simon Glass wrote: Hi Heinrich, On Wed, 26 O

Re: [PATCH 1/1] cli: always show cursor

2022-10-31 Thread Simon Glass
Hi Heinrich, On Sat, 29 Oct 2022 at 20:56, Heinrich Schuchardt wrote: > > > > On 10/30/22 02:43, Simon Glass wrote: > > Hi Heinrich, > > > > On Thu, 27 Oct 2022 at 10:41, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 10/27/22 17:22, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On We

Re: [PATCH 1/1] cli: always show cursor

2022-10-29 Thread Heinrich Schuchardt
On 10/30/22 02:43, Simon Glass wrote: Hi Heinrich, On Thu, 27 Oct 2022 at 10:41, Heinrich Schuchardt wrote: On 10/27/22 17:22, Simon Glass wrote: Hi Heinrich, On Wed, 26 Oct 2022 at 00:13, Heinrich Schuchardt wrote: On 10/26/22 01:35, Simon Glass wrote: Hi Heinrich, On Sat, 22 O

Re: [PATCH 1/1] cli: always show cursor

2022-10-29 Thread Simon Glass
Hi Heinrich, On Thu, 27 Oct 2022 at 10:41, Heinrich Schuchardt wrote: > > > > On 10/27/22 17:22, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 26 Oct 2022 at 00:13, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 10/26/22 01:35, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Sa

Re: [PATCH 1/1] cli: always show cursor

2022-10-27 Thread Heinrich Schuchardt
On 10/27/22 17:22, Simon Glass wrote: Hi Heinrich, On Wed, 26 Oct 2022 at 00:13, Heinrich Schuchardt wrote: On 10/26/22 01:35, Simon Glass wrote: Hi Heinrich, On Sat, 22 Oct 2022 at 03:21, Heinrich Schuchardt wrote: We may enter the command line interface in a state where on the rem

Re: [PATCH 1/1] cli: always show cursor

2022-10-27 Thread Simon Glass
Hi Heinrich, On Wed, 26 Oct 2022 at 00:13, Heinrich Schuchardt wrote: > > > > On 10/26/22 01:35, Simon Glass wrote: > > Hi Heinrich, > > > > On Sat, 22 Oct 2022 at 03:21, Heinrich Schuchardt > > wrote: > >> > >> We may enter the command line interface in a state where on the remote > >> console

Re: [PATCH 1/1] cli: always show cursor

2022-10-25 Thread Heinrich Schuchardt
On 10/26/22 01:35, Simon Glass wrote: Hi Heinrich, On Sat, 22 Oct 2022 at 03:21, Heinrich Schuchardt wrote: We may enter the command line interface in a state where on the remote console the cursor is not shown. Send an escape sequence to enable it. Signed-off-by: Heinrich Schuchardt ---

Re: [PATCH 1/1] cli: always show cursor

2022-10-25 Thread Simon Glass
Hi Heinrich, On Sat, 22 Oct 2022 at 03:21, Heinrich Schuchardt wrote: > > We may enter the command line interface in a state where on the remote > console the cursor is not shown. Send an escape sequence to enable it. > > Signed-off-by: Heinrich Schuchardt > --- > common/main.c | 4 > 1 fi

[PATCH 1/1] cli: always show cursor

2022-10-22 Thread Heinrich Schuchardt
We may enter the command line interface in a state where on the remote console the cursor is not shown. Send an escape sequence to enable it. Signed-off-by: Heinrich Schuchardt --- common/main.c | 4 1 file changed, 4 insertions(+) diff --git a/common/main.c b/common/main.c index 682f3359e