
17 Jan
2016
17 Jan
'16
8:09 p.m.
On Tue, 5 Jan 2016 09:31:03 -0700 Simon Glass sjg@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@denx.de
-- Anatolij