Re: [PATCH u-boot-marvell 06/10] tools: kwboot: Add support for backspace key in mini terminal

2022-03-03 Thread Stefan Roese
On 3/2/22 11:49, Pali Rohár wrote: Marvell BootROM recognize only '\b' byte as backspace. Use terminfo for retrieving current backspace sequence and replace any occurrence of backspace sequence by the '\b' byte. Reading terminfo database is possible via tigetstr() function from system library

[PATCH u-boot-marvell 06/10] tools: kwboot: Add support for backspace key in mini terminal

2022-03-02 Thread Pali Rohár
Marvell BootROM recognize only '\b' byte as backspace. Use terminfo for retrieving current backspace sequence and replace any occurrence of backspace sequence by the '\b' byte. Reading terminfo database is possible via tigetstr() function from system library libtinfo.so.*. So link kwboot with