Files
u-boot/common
Simon Glass 691e10ead3 video: Provide a way to indicate the start of CLI entry
Add a new mark_start() method for the console, which indicates that the
CLI prompt has been written to the display and any following characters
will be user input.

There are two cases to consider, tracked by an indent flag in
struct vidconsole_cursor:

- normal CLI entry where new lines start at the left of the console
- expo entry where new lines start at the same position as the previous
  line (indent=true)

Record this position in the uclass info, so it is available to console
drivers.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-09-19 12:56:01 -06:00
..
2025-09-05 12:51:05 -06:00
2025-09-05 12:51:05 -06:00
2025-02-06 23:49:28 +00:00