[U-Boot] [PATCH 07/18] dm: video: Add a uclass for the text console

Anatolij Gustschin agust at denx.de
Sun Jan 17 20:09:40 CET 2016


On Tue,  5 Jan 2016 09:31:03 -0700
Simon Glass <sjg at chromium.org> wrote:
...
> +/**
> + * vidconsole_put_char() - Output a character to the current console position
> + *
> + * Outputs a character to the console and advances the cursor. This function
> + * handles wrapping to new lines and scrolling the console. Special
> + * characters are handled also: \n, \r, \n and \t.

there are two "\n", one of them should be "\b" it seems.

> + *
> + * The device always starts withthe cursor at position 0,0 (top left). It

s/withthe/with the/

Otherwise

Acked-by: Anatolij Gustschin <agust at denx.de>

--
Anatolij


More information about the U-Boot mailing list