commit | c3c6930d060f5c8e9fd9d4af627bd782d4d678db | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Nov 10 19:55:48 2018 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Nov 17 11:35:39 2018 +0100 |
tree | 892af3a970d4d1449a78539945d9aea449cca600 | |
parent | b559d758cb44bd4554dea32198c101656e8b68f8 [diff] |
dm: video: correctly set the cursor position The terminal escape sequence ESC [ <x> ; <y> H is used to set the cursor position. According to the ECMA 48 standard the upper left corner in the escape sequences is [1, 1]. The video uclass uses [0, 0] as upper left corner. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>