Re: [U-Boot] [PATCH 1/2] efi_loader: cursor positioning

2019-09-05 Thread Alexander Graf
> Am 05.09.2019 um 22:35 schrieb Heinrich Schuchardt : > >> On 9/5/19 10:21 PM, Alexander Graf wrote: >>> On 05.09.19 10:06, Heinrich Schuchardt wrote: >>> When backspacing in column 0 do no set the column index to ULONG_MAX. >>> Ensure that the row number is not set to ULONG_MAX even if the row

Re: [U-Boot] [PATCH 1/2] efi_loader: cursor positioning

2019-09-05 Thread Heinrich Schuchardt
On 9/5/19 10:21 PM, Alexander Graf wrote: On 05.09.19 10:06, Heinrich Schuchardt wrote: When backspacing in column 0 do no set the column index to ULONG_MAX. Ensure that the row number is not set to ULONG_MAX even if the row count is advertised as 0. Ignore control characters other the 0x08,

Re: [U-Boot] [PATCH 1/2] efi_loader: cursor positioning

2019-09-05 Thread Alexander Graf
On 05.09.19 10:06, Heinrich Schuchardt wrote: When backspacing in column 0 do no set the column index to ULONG_MAX. Ensure that the row number is not set to ULONG_MAX even if the row count is advertised as 0. Ignore control characters other the 0x08, 0x0a, 0x0d when updating the column. Signed-

[U-Boot] [PATCH 1/2] efi_loader: cursor positioning

2019-09-05 Thread Heinrich Schuchardt
When backspacing in column 0 do no set the column index to ULONG_MAX. Ensure that the row number is not set to ULONG_MAX even if the row count is advertised as 0. Ignore control characters other the 0x08, 0x0a, 0x0d when updating the column. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/