From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 17 Jan 2016 20:09:40 +0100 Subject: [U-Boot] [PATCH 07/18] dm: video: Add a uclass for the text console In-Reply-To: <1452011474-15207-8-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-8-git-send-email-sjg@chromium.org> Message-ID: <20160117200940.3447930d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 5 Jan 2016 09:31:03 -0700 Simon Glass 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 -- Anatolij