]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: always show cursor
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 29 Mar 2024 16:09:22 +0000 (17:09 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 14:53:31 +0000 (08:53 -0600)
commitd2e4b2fa04cfeb71b821f9d0100d886b7f9e166c
treee7355f346119bef2234b0ce86b15b3323c5d7eff
parentac0cd5267f1ba6a3cb1daf42b9c6230037cb0414
cli: always show cursor

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 <heinrich.schuchardt@canonical.com>
common/cli.c