commit | 9d8d387f3ce864f18bea46238a4b93e3499cf096 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 06 08:52:26 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 16 14:14:11 2023 -0500 |
tree | 67686cc8705aaf301695e8b66f50f613422b60b9 | |
parent | d52ce653474f9e93041fc9aa76cd5ab8dbd4e683 [diff] |
menu: Make use of CLI character processing Avoid duplicating some of the escape-sequence processing here and use the CLI function instead. Signed-off-by: Simon Glass <sjg@chromium.org>