]> git.baikalelectronics.ru Git - uboot.git/commit
cli: handle getch error
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 3 Aug 2018 11:38:45 +0000 (13:38 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 00:20:34 +0000 (20:20 -0400)
commitbb3860b0fc14be2ae29c1b5d988efd3ba405fac6
treefd5ed7fbde3a5c8881a6f678a39254dfbaf2b7c5
parent768082281fc94e38b8eb6be921ea2be34e10058d
cli: handle getch error

Handle getch error (when getch return 0x0) to avoid display issue
in the console.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
common/cli_readline.c